diff --git a/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml b/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml index 5c034d0d68..d42c01ab35 100644 --- a/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml +++ b/ui/app/AppLayouts/Wallet/Components/GenerateAccountModal.qml @@ -50,6 +50,10 @@ ModalPopup { } footer: StyledButton { + anchors.top: parent.top + anchors.topMargin: Theme.padding + anchors.right: parent.right + anchors.rightMargin: Theme.padding label: "Add account >" disabled: passwordInput.text === "" && accountNameInput === ""