@meetelise/chat 1.22.17 → 1.22.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/demo/index.html +1 -0
- package/src/main/MEChat.ts +1 -1
package/package.json
CHANGED
package/public/demo/index.html
CHANGED
package/src/main/MEChat.ts
CHANGED
|
@@ -147,7 +147,7 @@ export default class MEChat {
|
|
|
147
147
|
|
|
148
148
|
if (opts.brandColor) {
|
|
149
149
|
this.brandColor = opts.brandColor;
|
|
150
|
-
// we must tint the brand color, to ensure it is visible
|
|
150
|
+
// we must tint the brand color, to ensure it is visible.
|
|
151
151
|
meChatElement.setAttribute("brandColor", tintColor(opts.brandColor, 0.3));
|
|
152
152
|
}
|
|
153
153
|
if (opts.backgroundColor) {
|