fix(@desktop/profile): make sync view work in darkmode again

This commit is contained in:
Pascal Precht 2021-11-01 10:23:26 +01:00 committed by Iuri Matias
parent a25a3535c1
commit df45a4b6db
1 changed files with 2 additions and 0 deletions

View File

@ -159,6 +159,7 @@ Item {
anchors.leftMargin: 24 anchors.leftMargin: 24
anchors.top: addMailserver.bottom anchors.top: addMailserver.bottom
anchors.topMargin: 24 anchors.topMargin: 24
color: Theme.palette.directColor1
} }
StatusSwitch { StatusSwitch {
@ -179,6 +180,7 @@ Item {
anchors.top: switchLbl.bottom anchors.top: switchLbl.bottom
anchors.topMargin: 24 anchors.topMargin: 24
visible: automaticSelectionSwitch.checked visible: automaticSelectionSwitch.checked
color: Theme.palette.directColor1
} }
ListView { ListView {