Decrease status bar font weight

This commit is contained in:
Gabe Kangas 2023-01-28 19:10:41 -08:00
parent 84aff441a2
commit 59aa54ca12
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

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;
}