mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-24 05:54: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",
|
overflow: "hidden",
|
||||||
height: "18px",
|
height: "18px",
|
||||||
"::-webkit-progress-value": {
|
"::-webkit-progress-value": {
|
||||||
backgroundColor: vars.color.background,
|
backgroundColor: vars.color.muted,
|
||||||
transition: "width 0.2s",
|
transition: "width 0.2s",
|
||||||
},
|
},
|
||||||
"::-webkit-progress-bar": {
|
"::-webkit-progress-bar": {
|
||||||
|
Loading…
Reference in New Issue
Block a user