Add foreground color for disabled buttons on the dark theme

This commit is contained in:
Konstantinos Sideris 2018-07-26 12:24:35 +03:00
parent e5fe47b172
commit 300de362c6
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ CommunitiesList > * {
FlatButton {
qproperty-foregroundColor: #727274;
qproperty-backgroundColor: #333;
qproperty-disabledForegroundColor: #222;
}
FileItem {