diff --git a/web/components/ui/Statusbar/Statusbar.module.scss b/web/components/ui/Statusbar/Statusbar.module.scss index 8915561ed..097250a3e 100644 --- a/web/components/ui/Statusbar/Statusbar.module.scss +++ b/web/components/ui/Statusbar/Statusbar.module.scss @@ -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; }