Use the new light background color for chat bg color

This commit is contained in:
Gabe Kangas
2022-10-10 17:15:43 -07:00
parent 2e81290adf
commit 83fb88ad70
3 changed files with 25 additions and 63 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Mon, 10 Oct 2022 01:29:18 GMT
// Generated on Mon, 10 Oct 2022 23:54:14 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -63,7 +63,7 @@
@theme-color-background-main: var(--theme-color-palette-3); // Light primary
@theme-color-background-light: var(--theme-color-palette-14); // Light background
@theme-color-background-header: var(--theme-color-palette-0); // Dark primary
@theme-color-background-chat: var(--theme-color-palette-4); // Light secondary
@theme-color-background-chat: var(--theme-color-palette-14); // Light background
@theme-color-action: var(--theme-color-palette-6); // Text link/secondary light text
@theme-color-action-hover: var(--theme-color-palette-7); // Text link hover
@theme-color-action-disabled: var(--theme-color-palette-8); // Disabled background