aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/StartPage.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-20 17:08:18 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-20 17:08:21 -0800
commit68a15b8cdfd75a40b8deff279b6a19689606d396 (patch)
treea4348dd8e44b1c0f44f19a125f456801f1b83439 /mobile-widgets/qml/StartPage.qml
parent494e5c5a346a741248701fab2f1d5f3cafa82873 (diff)
downloadsubsurface-68a15b8cdfd75a40b8deff279b6a19689606d396.tar.gz
mobile/UI: cloud credentials follow our theming
This was simply not using our labels / text fields, so it didn't pick up our colors automatically. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r--mobile-widgets/qml/StartPage.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml
index 3c4db1b73..18245bc85 100644
--- a/mobile-widgets/qml/StartPage.qml
+++ b/mobile-widgets/qml/StartPage.qml
@@ -17,7 +17,7 @@ Kirigami.ScrollablePage {
Layout.topMargin: 0
property int headingLevel: 3
}
- Controls.Label {
+ TemplateLabel {
id: messageArea
Layout.fillWidth: true
Layout.margins: Kirigami.Units.gridUnit
@@ -25,7 +25,7 @@ Kirigami.ScrollablePage {
text: manager.startPageText
wrapMode: Text.WordWrap
}
- Controls.Label {
+ TemplateLabel {
id: explanationTextBasic
visible: Backend.cloud_verification_status !== Enums.CS_NEED_TO_VERIFY
Layout.fillWidth: true
@@ -38,7 +38,7 @@ Kirigami.ScrollablePage {
"the no cloud button above.")
wrapMode: Text.WordWrap
}
- Controls.Label {
+ TemplateLabel {
id: explanationTextPin
visible: Backend.cloud_verification_status === Enums.CS_NEED_TO_VERIFY
Layout.fillWidth: true