9 lines
329 B
CSS
9 lines
329 B
CSS
.str-chat {
|
|
--str-chat__primary-color: #3b82f6;
|
|
--str-chat__active-primary-color: #2563eb;
|
|
--str-chat__surface-color: #f1f5f9;
|
|
--str-chat__secondary-surface-color: #e2e8f0;
|
|
--str-chat__primary-surface-color: #dbeafe;
|
|
--str-chat__primary-surface-color-low-emphasis: #eff6ff;
|
|
--str-chat__border-radius-circle: 6px;
|
|
}
|