Add foreground color for disabled buttons on the dark theme

pull/1/head
Konstantinos Sideris 7 years ago
parent e5fe47b172
commit 300de362c6
  1. 1
      resources/styles/nheko-dark.qss

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

Loading…
Cancel
Save