From 8768964a740c27909e31a5954a48c9497719f5fe Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Tue, 3 Sep 2019 10:47:52 +0700 Subject: change backButton color to match Material.Primary --- pages/CreateProfileForm.ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 2480a17..4d0ad9c 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -30,7 +30,7 @@ Rectangle { id: backButton icon.name: "back-icon" icon.source: "/assets/arrow-back-24px.svg" - icon.color: "#000000" + highlighted: true } Label { id: title -- cgit v1.2.3