aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.qml b/main.qml
index 21f25ee..7138451 100644
--- a/main.qml
+++ b/main.qml
@@ -106,6 +106,7 @@ Application {
IconButton {
id: resetButton
iconColor: "white"
+ pressedIconColor: "lightgrey"
iconName: "refresh-empty"
visible: mainPage.state === "paused"