diff --git a/storybook/pages/ChangePasswordViewPage.qml b/storybook/pages/ChangePasswordViewPage.qml index 75bf6573bf..89ff89b882 100644 --- a/storybook/pages/ChangePasswordViewPage.qml +++ b/storybook/pages/ChangePasswordViewPage.qml @@ -83,3 +83,5 @@ SplitView { } // category: Views + +// https://www.figma.com/file/d0G7m8X6ELjQlFOEKQpn1g/Profile-WIP?type=design&node-id=11-115317&mode=design&t=mBpxe2bJKzpseHGN-0 diff --git a/ui/app/AppLayouts/Profile/views/ChangePasswordView.qml b/ui/app/AppLayouts/Profile/views/ChangePasswordView.qml index 2e354f4242..789217b538 100644 --- a/ui/app/AppLayouts/Profile/views/ChangePasswordView.qml +++ b/ui/app/AppLayouts/Profile/views/ChangePasswordView.qml @@ -160,11 +160,9 @@ SettingsContentBase { RowLayout { Layout.fillWidth: true - StatusLinkText { + StatusFlatButton { text: qsTr("Clear & cancel") - onClicked: { - choosePasswordForm.reset(); - } + onClicked: choosePasswordForm.reset() } Item { Layout.fillWidth: true } StatusButton {