summaryrefslogtreecommitdiff
path: root/SignUpFlickable.ui.qml
diff options
context:
space:
mode:
Diffstat (limited to 'SignUpFlickable.ui.qml')
-rw-r--r--SignUpFlickable.ui.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/SignUpFlickable.ui.qml b/SignUpFlickable.ui.qml
index 9960ee1..c0afebe 100644
--- a/SignUpFlickable.ui.qml
+++ b/SignUpFlickable.ui.qml
@@ -126,6 +126,7 @@ Flickable {
placeholderText: "*********"
echoMode: TextInput.Password
font.pixelSize: 16
+ font.family: "Roboto"
Layout.fillWidth: true
Layout.fillHeight: true
background: Rectangle {
@@ -166,6 +167,7 @@ Flickable {
placeholderText: "*********"
echoMode: TextInput.Password
font.pixelSize: 16
+ font.family: "Roboto"
Layout.fillWidth: true
Layout.fillHeight: true
background: Rectangle {
@@ -187,6 +189,7 @@ Flickable {
contentItem: Text {
color: "#6c757d"
text: agreementCheckBox.text
+ font: agreementCheckBox.font
verticalAlignment: Text.AlignVCenter
leftPadding: agreementCheckBox.indicator.width + agreementCheckBox.spacing
}
@@ -221,12 +224,14 @@ Flickable {
Label {
text: qsTr("Already have an account?")
font.pixelSize: 16
+ font.family: "Roboto"
}
Text {
id: signIn
text: "<a href=\"sign-in.html\">Sign in here</a>"
font.pixelSize: 16
+ font.family: "Roboto"
font.underline: false
linkColor: Qt.rgba(.0235, .416, .788, 1.0)
}