Use a brighter color for button text (#355)

pull/1/head
Konstantinos Sideris 6 years ago
parent 21185a44e7
commit 3a917f7f12
  1. 2
      resources/styles/system.qss

@ -56,7 +56,7 @@ AudioItem {
}
RaisedButton {
qproperty-foregroundColor: palette(light);
qproperty-foregroundColor: palette(buttonText);
}
TextField {

Loading…
Cancel
Save