From 71bd0c579c34941dfbe97cb32216f4fcc2a92b65 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 1 Nov 2021 10:25:52 +0100 Subject: [PATCH] fix(@desktop/profile): make notifications view work in darkmode again --- ui/app/AppLayouts/Profile/views/NotificationsView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/app/AppLayouts/Profile/views/NotificationsView.qml b/ui/app/AppLayouts/Profile/views/NotificationsView.qml index 94daed0a44..1aa810ee67 100644 --- a/ui/app/AppLayouts/Profile/views/NotificationsView.qml +++ b/ui/app/AppLayouts/Profile/views/NotificationsView.qml @@ -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 } }