fix(PasswordView): Dark mode background fix

Closes #13549
This commit is contained in:
Noelia 2024-03-11 12:31:37 +01:00 committed by Noelia
parent 5bfa1724c8
commit bb76962b69
1 changed files with 1 additions and 0 deletions

View File

@ -289,6 +289,7 @@ ColumnLayout {
Layout.minimumHeight: 80
border.color: Theme.palette.baseColor2
border.width: 1
color: "transparent"
radius: Style.current.radius
implicitHeight: strengthColumn.implicitHeight
implicitWidth: strengthColumn.implicitWidth