diff options
| -rw-r--r-- | LoginForm.ui.qml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 085fcbd..4a708e1 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -11,7 +11,7 @@ Rectangle {      property alias googleButton: googleButton      property alias emailButton: emailButton -    Button { +    RoundButton {          id: googleButton          text: qsTr("Continue with Google")          font.family: "Google Sans" @@ -27,7 +27,7 @@ Rectangle {          Material.background: Material.primary      } -    Button { +    RoundButton {          id: emailButton          text: qsTr("Continue with E-Mail")          flat: true |