Allow for custom scrollbar styling

This commit is contained in:
Gabe Kangas
2022-11-13 12:37:31 -08:00
parent f348203016
commit 769f05db2c
6 changed files with 68 additions and 69 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Sun, 13 Nov 2022 04:09:55 GMT
// Generated on Sun, 13 Nov 2022 20:33:46 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -83,9 +83,11 @@
@theme-color-components-secondary-button-text-disabled: var(--theme-color-action-disabled); // Disabled background
@theme-color-components-secondary-button-border: var(--theme-color-action); // Text link/secondary light text
@theme-color-components-secondary-button-border-disabled: var(--theme-color-action-disabled); // Disabled background
@theme-color-components-chat-background: var(--theme-color-palette-4); // Light secondary
@theme-color-components-chat-background: var(--theme-color-palette-15); // Lighter background
@theme-color-components-chat-text: var(--theme-color-palette-2); // Dark alternate
@theme-color-components-content-background: var(--theme-color-palette-15); // Lighter background
@theme-color-components-scrollbar-background: var(--theme-color-palette-15); // Lighter background
@theme-color-components-scrollbar-thumb: var(--theme-color-palette-6); // Text link/secondary light text
@theme-color-components-modal-header-background: var(--theme-color-palette-1); // Dark secondary
@theme-color-components-modal-header-text: var(--theme-color-palette-3); // Light primary
@theme-color-components-modal-content-background: var(--theme-color-palette-3); // Light primary