Fixed: Progress bar text colour in Dark theme

(cherry picked from commit ca61efa57fc04a7f6753aedb4b8044d17e345429)
This commit is contained in:
Zak Saunders 2022-12-30 01:56:29 +00:00 committed by Qstick
commit 2b510c61e5
3 changed files with 11 additions and 3 deletions

View file

@ -20,7 +20,11 @@
.frontTextContainer {
z-index: 1;
color: var(--white);
color: var(--progressBarFrontTextColor);
}
.backTextContainer {
color: var(--progressBarBackTextColor);
}
.backTextContainer,