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

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

View File

@ -177,6 +177,7 @@ ScrollView {
font.pixelSize: 15
anchors.left: parent.left
anchors.right: parent.right
color: Theme.palette.directColor1
}
Column {
@ -236,6 +237,7 @@ ScrollView {
text: qsTrId("no-preview-or-advanced--go-to-notification-center")
font.pixelSize: 15
anchors.left: parent.left
color: Theme.palette.directColor1
}
}