summaryrefslogtreecommitdiff
path: root/LoginForm.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r--LoginForm.ui.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml
index bea97df..a2dc1d4 100644
--- a/LoginForm.ui.qml
+++ b/LoginForm.ui.qml
@@ -37,7 +37,8 @@ Rectangle {
elide: Text.ElideRight
}
background: Rectangle {
- color: "#fff"
+ opacity: enabled ? 0.3 : 1
+ color: emailButton.down ? "#6d22e9" : "#ffffff"
border.color: "#6d22e9"
border.width: 1
radius: 6