Use a brighter color for button text (#355)

This commit is contained in:
Konstantinos Sideris 2018-07-15 21:38:47 +03:00
parent 21185a44e7
commit 3a917f7f12

View File

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