From eac106202591afea546aeedd7c5a7745f2000450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Enrique=20Villalobos=20Mel=C3=A9ndez?= <36013173+luisenricke@users.noreply.github.com> Date: Fri, 14 Feb 2020 02:41:21 -0600 Subject: [PATCH] Update web-widget I've just added a property to set the color of the header text, I noticed it by searching the default settings https://github.com/botman/web-widget/blob/master/src/widget/configuration.ts --- web-widget.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web-widget.md b/web-widget.md index 2576e79..c8b9f1c 100644 --- a/web-widget.md +++ b/web-widget.md @@ -251,6 +251,17 @@ The UI of the chat widget itself can simply be customized via CSS - take a look Determine if message times should be shown + + +
headerTextColor
+ + +
#333
+ + + The main color used in the widget header text. + +
mainColor