xtablo-source/ui/src/main.css
Arthur Belleville 51f8b89011
add chat page
2025-06-22 18:35:38 +02:00

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;
}