summaryrefslogtreecommitdiff
path: root/pages/EmailForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/EmailForm.ui.qml')
-rw-r--r--pages/EmailForm.ui.qml14
1 files changed, 4 insertions, 10 deletions
diff --git a/pages/EmailForm.ui.qml b/pages/EmailForm.ui.qml
index d8f570c..b63e103 100644
--- a/pages/EmailForm.ui.qml
+++ b/pages/EmailForm.ui.qml
@@ -23,21 +23,15 @@ Rectangle {
anchors.left: parent.left
anchors.leftMargin: 0
- Button {
+ RoundButton {
id: backButton
+ flat: true
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
- anchors.leftMargin: 8
display: AbstractButton.IconOnly
icon.name: "back-icon"
icon.source: "/assets/arrow-back-24px.svg"
icon.color: "transparent"
-
- background: Rectangle {
- opacity: enabled ? 1.0 : 0.3
- color: backButton.down ? "#ddd" : "#fff"
- radius: 6
- }
}
}
Label {
@@ -76,7 +70,7 @@ Rectangle {
Layout.maximumHeight: 56
}
- Button {
+ RoundButton {
id: loginButton
text: qsTr("Next")
font.family: "Google Sans"
@@ -88,7 +82,7 @@ Rectangle {
anchors.left: parent.left
anchors.leftMargin: 16
highlighted: true
- Material.accent: Material.primary
+ Material.background: Material.primary
}
}