@botfabrik/engine-webclient 4.74.0 → 4.75.0

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
@@ -338,8 +338,9 @@ Verzeichnis `public/\${name-meines-webclients}/` abgelegt werden. Auf gleiche Ar
338
338
  --window-border-radius: 8px;
339
339
  --header-height: 4em;
340
340
  --header-background-color: var(--brand-primary-color);
341
- --logo-padding: 1em;
342
- --close-icon-padding: 1em;
341
+ --header-logo-padding: 1em;
342
+ --header-icons-padding: 0.9em;
343
+ --header-icons-color: white;
343
344
 
344
345
  /* chat body */
345
346
  --body-background-color: white;