@botfabrik/engine-webclient 4.83.1 → 4.83.6

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/README.md CHANGED
@@ -401,6 +401,9 @@ Favicons können z.B. mittels https://realfavicongenerator.net/ generiert werden
401
401
  --bot-bubble-top-right-radius: var(--bubble-radius-large);
402
402
  --bot-bubble-bottom-right-radius: var(--bubble-radius-large);
403
403
  --bot-bubble-bottom-left-radius: var(--bubble-radius-small);
404
+ --bot-bubble-source-background-color: var(--body-background-color);
405
+ --bot-bubble-source-text-color: var(--bot-bubble-text-color);
406
+
404
407
 
405
408
  --guest-bubble-background-color: var(--brand-primary-color);
406
409
  --guest-bubble-text-color: white;