diff options
Diffstat (limited to 'pages/GetStartedForm.ui.qml')
| -rw-r--r-- | pages/GetStartedForm.ui.qml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pages/GetStartedForm.ui.qml b/pages/GetStartedForm.ui.qml index 7cff151..8132864 100644 --- a/pages/GetStartedForm.ui.qml +++ b/pages/GetStartedForm.ui.qml @@ -7,12 +7,15 @@ Page { property alias backButton: backButton header: ToolBar { background: Rectangle { - color: "#FAFFFFFF" + color: "transparent" } RowLayout { ToolButton { id: backButton + display: AbstractButton.IconOnly highlighted: true + icon.name: "back-button" + icon.source: "../icons/arrow-back-24px.svg" } } } |