fix(backup-seed): fix some wrong colors in the the backup seed modal
This commit is contained in:
parent
1653e3bf20
commit
0368c0beaa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue