From ffd9ee8efe4ada6df7ebf62b4d841e325c1b90f1 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sat, 16 Aug 2025 19:52:09 -0400 Subject: [PATCH] NotificationHistory: each notification needs a proper bg so its easier to understand the UI --- Modules/Notification/NotificationHistoryPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Notification/NotificationHistoryPanel.qml b/Modules/Notification/NotificationHistoryPanel.qml index 959b347..29f8c79 100644 --- a/Modules/Notification/NotificationHistoryPanel.qml +++ b/Modules/Notification/NotificationHistoryPanel.qml @@ -197,7 +197,7 @@ NLoader { width: notificationList ? (notificationList.width - 20) : 380 * scaling height: Math.max(80, notificationContent.height + 30) radius: Style.radiusMedium * scaling - color: notificationMouseArea.containsMouse ? Colors.mPrimary : Colors.mSurface + color: notificationMouseArea.containsMouse ? Colors.mPrimary : Colors.mSurfaceVariant RowLayout { anchors {