fix: onboarding text color

This commit is contained in:
Jonathan Rainville 2021-03-26 14:23:22 -04:00 committed by Iuri Matias
parent 038ea033c9
commit 000f55abcd
1 changed files with 1 additions and 1 deletions

View File

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