mirror of https://github.com/status-im/StatusQ.git
fix(StatusSeedPhraseInput): Back up seed phrase inputs are missing spacing
Closes: #6720
This commit is contained in:
parent
e6be4d9bad
commit
4e048f724c
|
@ -115,6 +115,7 @@ Item {
|
||||||
id: seedWordInput
|
id: seedWordInput
|
||||||
implicitWidth: parent.width
|
implicitWidth: parent.width
|
||||||
input.leftComponent: StatusBaseText {
|
input.leftComponent: StatusBaseText {
|
||||||
|
rightPadding: 6
|
||||||
text: root.leftComponentText
|
text: root.leftComponentText
|
||||||
color: seedWordInput.input.edit.activeFocus ?
|
color: seedWordInput.input.edit.activeFocus ?
|
||||||
Theme.palette.primaryColor1 : Theme.palette.baseColor1
|
Theme.palette.primaryColor1 : Theme.palette.baseColor1
|
||||||
|
|
Loading…
Reference in New Issue