From 3a917f7f12a7a23023ba23500cfc3a7107c2216e Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 15 Jul 2018 21:38:47 +0300 Subject: [PATCH] Use a brighter color for button text (#355) --- resources/styles/system.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/styles/system.qss b/resources/styles/system.qss index e18b7e5..986d287 100644 --- a/resources/styles/system.qss +++ b/resources/styles/system.qss @@ -56,7 +56,7 @@ AudioItem { } RaisedButton { - qproperty-foregroundColor: palette(light); + qproperty-foregroundColor: palette(buttonText); } TextField {