aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/CloudCredentials.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r--mobile-widgets/qml/CloudCredentials.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml
index 9a6ddc7f1..d63227619 100644
--- a/mobile-widgets/qml/CloudCredentials.qml
+++ b/mobile-widgets/qml/CloudCredentials.qml
@@ -44,7 +44,7 @@ Item {
text: "Email"
}
- TextField {
+ StyledTextField {
id: login
text: manager.cloudUserName
Layout.fillWidth: true
@@ -56,7 +56,7 @@ Item {
text: "Password"
}
- TextField {
+ StyledTextField {
id: password
text: manager.cloudPassword
echoMode: TextInput.Password