mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
update color for progress
This commit is contained in:
parent
551b0b3c91
commit
0b0d2d6b10
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue