fix(StatusPasswordInput): Fix background image and content colors

This commit is contained in:
Alex Jbanca 2023-03-31 13:28:16 +03:00 committed by Alex Jbanca
parent 2501520dda
commit 731846c54c
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ TextField {
background: Rectangle {
id: inputRectangle
anchors.fill: parent
color: Theme.palette.baseColor5
color: Theme.palette.baseColor2
radius: d.radius
border.width: root.focus ? 1 : 0
border.color: {
@ -91,7 +91,7 @@ TextField {
delegate: Rectangle {
width: signingPhraseWord.implicitWidth + 2 * d.signingPhraseWordPadding
height: d.signingPhraseWordsHeight
color: Theme.palette.indirectColor1
color: Theme.palette.statusListItem.backgroundColor
radius: d.radius
StatusBaseText {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 59 KiB