diff options
author | Florent Revest <revestflo@gmail.com> | 2017-11-05 01:00:03 +0100 |
---|---|---|
committer | Florent Revest <revestflo@gmail.com> | 2017-11-05 01:00:03 +0100 |
commit | b5dade3f4a370bf32226cd2cb8b8411270bc319b (patch) | |
tree | acba790d33c3f406117789c5aad7250ba11d1ae8 | |
parent | 31cf9437cb57f9b6235246fb411fd83076815731 (diff) |
Use the default icon colors defined by qml-asteroid
-rw-r--r-- | main.qml | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -113,8 +113,6 @@ Application { IconButton { id: resetButton - iconColor: "white" - pressedIconColor: "lightgrey" iconName: "ios-refresh" visible: mainPage.state === "paused" |