Decrease status bar font weight

This commit is contained in:
Gabe Kangas
2023-01-28 19:10:41 -08:00
parent 84aff441a2
commit 59aa54ca12

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: 600;
font-weight: 400;
}