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 c584d3e..d70a1f2 100644
--- a/LoginForm.ui.qml
+++ b/LoginForm.ui.qml
@@ -42,7 +42,8 @@ Rectangle {
elide: Text.ElideRight
}
background: Rectangle {
- color: "#6d22e9"
+ opacity: enabled ? 1.0 : 0.3
+ color: googleButton.down ? "#6d22e9" : "#4F12DA"
radius: 6
}
}