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>
This commit is contained in:
Dirk Hohndel 2020-12-20 17:08:18 -08:00
parent 494e5c5a34
commit 68a15b8cdf
2 changed files with 11 additions and 11 deletions

View file

@ -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