fix(backup-seed): fix some wrong colors in the the backup seed modal

This commit is contained in:
Jonathan Rainville 2021-07-07 13:20:09 -04:00 committed by Iuri Matias
parent 1653e3bf20
commit 0368c0beaa
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ ModalPopup {
StyledText {
id: count
text: index + 1
color: Style.current.darkGrey
color: Style.current.secondaryText
anchors.bottom: parent.bottom
anchors.bottomMargin: Style.current.smallPadding
anchors.left: parent.left
@ -210,7 +210,7 @@ ModalPopup {
"with-this-12-words-you-can-always-get-your-key-back.-write-it-down.-keep-it-safe,-offline,-and-separate-from-this-device.")
font.pixelSize: 14
font.weight: Font.Medium
color: Style.current.darkGrey
color: Style.current.secondaryText
anchors.bottom: parent.bottom
anchors.bottomMargin: Style.current.padding
anchors.left: parent.left