From b5dade3f4a370bf32226cd2cb8b8411270bc319b Mon Sep 17 00:00:00 2001 From: Florent Revest Date: Sun, 5 Nov 2017 01:00:03 +0100 Subject: Use the default icon colors defined by qml-asteroid --- main.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'main.qml') diff --git a/main.qml b/main.qml index d646c17..111fbd6 100644 --- a/main.qml +++ b/main.qml @@ -113,8 +113,6 @@ Application { IconButton { id: resetButton - iconColor: "white" - pressedIconColor: "lightgrey" iconName: "ios-refresh" visible: mainPage.state === "paused" -- cgit v1.2.3-54-g00ecf