mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-31 14:51:02 +00:00
update color for progress
This commit is contained in:
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user