Refactor the color customizing admin components

This commit is contained in:
Gabe Kangas
2023-01-18 19:05:27 -08:00
parent 2b46bb5b6d
commit f072819e81
2 changed files with 55 additions and 43 deletions

View File

@@ -9,5 +9,5 @@
color: var(--theme-color-components-video-status-bar-foreground);
background-color: var(--theme-color-components-video-status-bar-background);
font-family: var(--theme-text-display-font-family);
font-weight: 500;
font-weight: 600;
}