Add foreground color for disabled buttons on the dark theme
This commit is contained in:
parent
e5fe47b172
commit
300de362c6
@ -60,6 +60,7 @@ CommunitiesList > * {
|
||||
FlatButton {
|
||||
qproperty-foregroundColor: #727274;
|
||||
qproperty-backgroundColor: #333;
|
||||
qproperty-disabledForegroundColor: #222;
|
||||
}
|
||||
|
||||
FileItem {
|
||||
|
Loading…
Reference in New Issue
Block a user