Fix: Adjusted progress bar indicator color

This commit is contained in:
lscambo13
2024-12-18 09:48:00 -08:00
parent 466a321f93
commit c5dd0ac6b2

View File

@@ -296,7 +296,7 @@ html {
.itemProgressBarForeground {
border-radius: var(--largeRadius);
background-color: rgb(214 144 255 / 65%)
background-color: var(--activeColor);
}
.selectLabel {