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
1 changed files with 1 additions and 1 deletions

View File

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