Use action color for live video indicator. Closes #2890

This commit is contained in:
Gabe Kangas
2023-03-31 21:46:52 -07:00
parent 1b0fed52ab
commit 7108c41085
3 changed files with 25 additions and 67 deletions

View File

@@ -1,6 +1,6 @@
// Do not edit directly
// Generated on Tue, 31 Jan 2023 19:44:59 GMT
// Generated on Sat, 01 Apr 2023 04:45:16 GMT
//
// How to edit these values:
// Edit the corresponding token file under the style-definitions directory
@@ -100,7 +100,7 @@
@theme-color-components-form-field-text: var(--theme-color-palette-0); // Dark primary
@theme-color-components-form-field-border: var(--theme-color-palette-0); // Dark primary
@theme-color-components-video-background: var(--theme-color-palette-2); // Dark alternate
@theme-color-components-video-live-indicator: var(--theme-color-palette-7); // The Live dot indicator in the control bar of the video player
@theme-color-components-video-live-indicator: var(--theme-color-action); // The Live dot indicator in the control bar of the video player
@theme-color-components-video-status-bar-background: var(--theme-color-palette-2); // The background color of the video status bar
@theme-color-components-video-status-bar-foreground: var(--theme-color-palette-4); // The foreground color of the video status bar
@color-unknown: #7a5cf3;