diff options
author | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-01 17:24:55 +0700 |
---|---|---|
committer | Anatasof Wirapraja <anatasof.wirapraja@gmail.com> | 2019-09-01 17:24:55 +0700 |
commit | bd92b64f755ba99d9b658d87518306b51f3a3c51 (patch) | |
tree | 3e13ca265370ed66036dbcf1613af16e94404d78 /pages/CreateProfileForm.ui.qml | |
parent | 94a6441070c2f3dc914c213829985f04d86c66de (diff) |
make the toolbar more closer to the design
Diffstat (limited to 'pages/CreateProfileForm.ui.qml')
-rw-r--r-- | pages/CreateProfileForm.ui.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pages/CreateProfileForm.ui.qml b/pages/CreateProfileForm.ui.qml index 47fb11d..2480a17 100644 --- a/pages/CreateProfileForm.ui.qml +++ b/pages/CreateProfileForm.ui.qml @@ -20,6 +20,7 @@ Rectangle { anchors.rightMargin: 0 anchors.left: parent.left anchors.leftMargin: 0 + background: rectangle RowLayout { anchors.fill: parent @@ -29,12 +30,13 @@ Rectangle { id: backButton icon.name: "back-icon" icon.source: "/assets/arrow-back-24px.svg" - icon.color: "#FFFFFF" + icon.color: "#000000" } Label { id: title text: qsTr("Create Profile") wrapMode: Text.WordWrap + color: "#000" font.family: "Google Sans" font.pointSize: 20 elide: Label.ElideRight |