diff options
Diffstat (limited to 'features')
-rw-r--r-- | features/Login.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/Login.qml b/features/Login.qml index 105922d..842cb5f 100644 --- a/features/Login.qml +++ b/features/Login.qml @@ -11,8 +11,8 @@ LoginForm { } RowLayout { ToolButton { - id: toolButton - icon.name: "back-button" + id: backButton + icon.name: "back-icon" icon.source: "../components/icons/arrow-back-24px.svg" highlighted: true onClicked: { |