summaryrefslogtreecommitdiff
path: root/pages/PasswordForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/PasswordForm.ui.qml')
-rw-r--r--pages/PasswordForm.ui.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/PasswordForm.ui.qml b/pages/PasswordForm.ui.qml
index c895d72..b1132ef 100644
--- a/pages/PasswordForm.ui.qml
+++ b/pages/PasswordForm.ui.qml
@@ -8,6 +8,7 @@ Rectangle {
color: "#fff"
border.width: 0
+ property alias backButton: backButton
property alias passTextField: passTextField
property alias createPassButton: createPassButton
@@ -91,7 +92,7 @@ Rectangle {
anchors.left: parent.left
anchors.leftMargin: 16
highlighted: true
- Material.accent: Material.primary
+ Material.background: Material.primary
}
}