Fix: Adjusted progress bar indicator color
This commit is contained in:
parent
466a321f93
commit
c5dd0ac6b2
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ html {
|
|||
|
||||
.itemProgressBarForeground {
|
||||
border-radius: var(--largeRadius);
|
||||
background-color: rgb(214 144 255 / 65%)
|
||||
background-color: var(--activeColor);
|
||||
}
|
||||
|
||||
.selectLabel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue