@botfabrik/engine-webclient 4.57.2 → 4.57.4

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
@@ -276,18 +276,18 @@ Verzeichnis `public/\${name-meines-webclients}/` abgelegt werden. Auf gleiche Ar
276
276
  --bot-bubble-border-color: #434343;
277
277
  --bot-bubble-border-width: 2px;
278
278
  --bot-bubble-top-left-radius: var(--bubble-radius-small);
279
- --bot-bubble-top-right-radius: var(--bubble-radius-small);
280
- --bot-bubble-bottom-right-radius: var(--bubble-radius-small);
279
+ --bot-bubble-top-right-radius: var(--bubble-radius-large);
280
+ --bot-bubble-bottom-right-radius: var(--bubble-radius-large);
281
281
  --bot-bubble-bottom-left-radius: var(--bubble-radius-small);
282
282
 
283
283
  --guest-bubble-background-color: var(--brand-primary-color);
284
284
  --guest-bubble-text-color: white;
285
285
  --guest-bubble-border-color: white;
286
286
  --guest-bubble-border-width: 0px;
287
- --guest-bubble-top-left-radius: var(--bubble-radius-small);
287
+ --guest-bubble-top-left-radius: var(--bubble-radius-large);
288
288
  --guest-bubble-top-right-radius: var(--bubble-radius-small);
289
289
  --guest-bubble-bottom-right-radius: var(--bubble-radius-small);
290
- --guest-bubble-bottom-left-radius: var(--bubble-radius-small);
290
+ --guest-bubble-bottom-left-radius: var(--bubble-radius-large);
291
291
 
292
292
  --scrollbar-thumb-color: #adadad;
293
293
  }