mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
fix(@desktop/profile): make sync view work in darkmode again
This commit is contained in:
parent
a25a3535c1
commit
df45a4b6db
@ -159,6 +159,7 @@ Item {
|
||||
anchors.leftMargin: 24
|
||||
anchors.top: addMailserver.bottom
|
||||
anchors.topMargin: 24
|
||||
color: Theme.palette.directColor1
|
||||
}
|
||||
|
||||
StatusSwitch {
|
||||
@ -179,6 +180,7 @@ Item {
|
||||
anchors.top: switchLbl.bottom
|
||||
anchors.topMargin: 24
|
||||
visible: automaticSelectionSwitch.checked
|
||||
color: Theme.palette.directColor1
|
||||
}
|
||||
|
||||
ListView {
|
||||
|
Loading…
x
Reference in New Issue
Block a user