fix: onboarding text color
This commit is contained in:
parent
038ea033c9
commit
000f55abcd
|
@ -54,7 +54,7 @@ Page {
|
|||
|
||||
StyledText {
|
||||
id: txtDesc1
|
||||
color: Style.current.darkGrey
|
||||
color: Style.current.secondaryText
|
||||
//% "A set of keys controls your account. Your keys live on your device, so only you can use them."
|
||||
text: qsTrId("a-set-of-keys-controls-your-account.-your-keys-live-on-your-device,-so-only-you-can-use-them.")
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
|
|
Loading…
Reference in New Issue