summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2023-01-31 18:17:10 +0700
committerAnatasof Wirapraja <anatasof.wirapraja@gmail.com>2023-01-31 18:17:10 +0700
commit76a3721c870e2073824bbd9935c9f5f5740b51a1 (patch)
tree4b2f904d8b2a6c6e8f30d9293c0bdf03d569a711
parent3418ba359a577045de91e824f3104b63ec349f7b (diff)
finalize button content
-rw-r--r--SignInFlickable.ui.qml15
1 files changed, 15 insertions, 0 deletions
diff --git a/SignInFlickable.ui.qml b/SignInFlickable.ui.qml
index 0e67a23..1235e74 100644
--- a/SignInFlickable.ui.qml
+++ b/SignInFlickable.ui.qml
@@ -91,6 +91,21 @@ GridLayout {
text: qsTr("Login")
font.pixelSize: 15
Layout.fillWidth: true
+
+ contentItem: Text {
+ color: "#ffffff"
+ text: "Login"
+ horizontalAlignment: Text.AlignHCenter
+ verticalAlignment: Text.AlignVCenter
+ font.weight: Font.Medium
+ font.family: "Roboto"
+ font.pointSize: 14
+ }
+
+ background: Rectangle {
+ color: button.down ? "#055aab" : "#066ac9"
+ radius: 8
+ }
}
}