Use the white for text on the dark theme

fixes #331
This commit is contained in:
Konstantinos Sideris 2018-05-25 09:30:42 +03:00
parent c11b18d5e0
commit 5e9d8373e4
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
TextLabel,
QLabel { QLabel {
color: #caccd1; color: #caccd1;
} }

View File

@ -1,3 +1,4 @@
TextLabel,
QLabel { QLabel {
color: #333; color: #333;
} }