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 Michał Cieślak
parent ab817c862c
commit 2529392569
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