Skip to content

Update web-widget #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
luisenricke authored Feb 14, 2020
commit eac106202591afea546aeedd7c5a7745f2000450
11 changes: 11 additions & 0 deletions web-widget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
</td>
</tr>
<tr>
<td>
<pre>headerTextColor</pre>
</td>
<td>
<pre>#333</pre>
</td>
<td>
The main color used in the widget header text.
</td>
</tr>
<tr>
<td>
<pre>mainColor</pre>
Expand Down