fix(StatusSeedPhraseInput): Back up seed phrase inputs are missing spacing

Closes: #6720
This commit is contained in:
Lukáš Tinkl 2022-08-02 12:50:38 +02:00 committed by Lukáš Tinkl
parent e6be4d9bad
commit 4e048f724c
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ Item {
id: seedWordInput
implicitWidth: parent.width
input.leftComponent: StatusBaseText {
rightPadding: 6
text: root.leftComponentText
color: seedWordInput.input.edit.activeFocus ?
Theme.palette.primaryColor1 : Theme.palette.baseColor1