Add foreground color for disabled buttons on the dark theme

remotes/origin/HEAD
Konstantinos Sideris 6 years ago
parent e5fe47b172
commit 300de362c6
  1. 1
      resources/styles/nheko-dark.qss

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

Loading…
Cancel
Save