1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-28 23:16:32 -04:00

Fixed: Progress bar text colour in Dark theme

This commit is contained in:
Zak Saunders
2022-12-30 01:56:29 +00:00
committed by GitHub
parent 30cbaf06fa
commit ca61efa57f
3 changed files with 11 additions and 3 deletions
+4 -2
View File
@@ -237,6 +237,8 @@ module.exports = {
//
// misc
progressBarBackgroundColor: '#fff',
logEventsBackgroundColor: '#fff'
progressBarFrontTextColor: white,
progressBarBackTextColor: darkGray,
progressBarBackgroundColor: white,
logEventsBackgroundColor: white
};