diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 10:47:52 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-03 10:47:52 +0700 |
commit | 8768964a740c27909e31a5954a48c9497719f5fe (patch) | |
tree | c7dd14d6a4083486426e98c2b54b90d1adcefe33 | |
parent | bd92b64f755ba99d9b658d87518306b51f3a3c51 (diff) |
change backButton color to match Material.Primary
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |