fix(home/swayosd): fix broken swayosd css

This commit is contained in:
Gabriel Fontes
2025-09-03 10:28:14 -03:00
parent 731fe2afee
commit dab3429914
@@ -32,7 +32,7 @@ in {
min-height: inherit;
border-radius: inherit;
border: none;
background-color: ${colors.on_surface};
background-color: ${colors.primary};
opacity: 0.9;
}
progressbar {
@@ -50,7 +50,7 @@ in {
min-height: inherit;
border-radius: inherit;
border: none;
background-color: ${colors.on_surface};
background-color: ${colors.surface_bright};
opacity: 1;
}
'';