mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Fixed: Progress bar text colour in Dark theme
Closes #2091 (cherry picked from commit ca61efa57fc04a7f6753aedb4b8044d17e345429)
This commit is contained in:
@@ -234,6 +234,8 @@ module.exports = {
|
||||
//
|
||||
// misc
|
||||
|
||||
progressBarFrontTextColor: white,
|
||||
progressBarBackTextColor: white,
|
||||
progressBarBackgroundColor: '#727070',
|
||||
logEventsBackgroundColor: '#2a2a2a'
|
||||
};
|
||||
|
||||
@@ -228,6 +228,8 @@ module.exports = {
|
||||
//
|
||||
// misc
|
||||
|
||||
progressBarBackgroundColor: '#fff',
|
||||
logEventsBackgroundColor: '#fff'
|
||||
progressBarFrontTextColor: white,
|
||||
progressBarBackTextColor: darkGray,
|
||||
progressBarBackgroundColor: white,
|
||||
logEventsBackgroundColor: white
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user