diff --git a/Widgets/NotificationPopup.qml b/Widgets/NotificationPopup.qml index 7ee48c7..ef996ab 100644 --- a/Widgets/NotificationPopup.qml +++ b/Widgets/NotificationPopup.qml @@ -158,7 +158,7 @@ PanelWindow { font.family: Theme.fontFamily font.pixelSize: Theme.fontSizeBody font.bold: true - color: Theme.textPrimary + color: Theme.backgroundPrimary } }