fix(onboarding): create pwd view was white in dark mode

Closes #5065
This commit is contained in:
Alexandra Betouni 2022-03-23 00:48:31 +02:00 committed by Iuri Matias
parent b95315ffd6
commit 327f64a239
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ Page {
signal backClicked()
anchors.fill: parent
background: null
Component.onCompleted: confPswInput.forceActiveFocus(Qt.MouseFocusReason)

View File

@ -19,7 +19,7 @@ Page {
signal backClicked()
Component.onCompleted: { view.forceNewPswInputFocus() }
background: null
QtObject {
id: d
readonly property int zBehind: 1