mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
update color for progress
This commit is contained in:
parent
551b0b3c91
commit
0b0d2d6b10
@ -36,7 +36,7 @@ export const progressBar = style({
|
||||
overflow: "hidden",
|
||||
height: "18px",
|
||||
"::-webkit-progress-value": {
|
||||
backgroundColor: vars.color.background,
|
||||
backgroundColor: vars.color.muted,
|
||||
transition: "width 0.2s",
|
||||
},
|
||||
"::-webkit-progress-bar": {
|
||||
|
Loading…
Reference in New Issue
Block a user