summaryrefslogtreecommitdiff
path: root/LoginForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r--LoginForm.ui.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml
index b0c6e0a..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"
@@ -24,10 +24,10 @@ Rectangle {
anchors.leftMargin: 16
Layout.fillWidth: true
highlighted: true
- Material.accent: Material.primary
+ Material.background: Material.primary
}
- Button {
+ RoundButton {
id: emailButton
text: qsTr("Continue with E-Mail")
flat: true