Make statusbar dark

This commit is contained in:
Gabe Kangas
2023-01-18 19:03:55 -08:00
parent 12eb0eed1d
commit 2b46bb5b6d
5 changed files with 18 additions and 5 deletions

View File

@@ -6,8 +6,8 @@
height: 2rem;
width: 100%;
padding: var(--content-padding);
color: var(--theme-color-components-text-on-light);
background-color: var(--component-background);
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: 600;
font-weight: 500;
}