Skip to content

Commit

Permalink
fix(StatusPasswordInput): Fix background image and content colors
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjba committed Apr 5, 2023
1 parent 2501520 commit 731846c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/StatusQ/src/StatusQ/Controls/StatusPasswordInput.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand All @@ -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 {
Expand Down
Binary file modified ui/imports/assets/png/keycard/authenticate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 731846c

Please # to comment.