From 73a611d4148c78cee3050e4e6e9bf9940178a80b Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 21 Aug 2025 21:27:03 -0400 Subject: [PATCH] NotifHistoryPanel: mTertiary hover --- 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 c68d45f..915c1a4 100644 --- a/Modules/Notification/NotificationHistoryPanel.qml +++ b/Modules/Notification/NotificationHistoryPanel.qml @@ -111,7 +111,7 @@ NPanel { width: notificationList ? notificationList.width : 380 * scaling height: Math.max(80, notificationContent.height + 30) radius: Style.radiusM * scaling - color: notificationMouseArea.containsMouse ? Color.mPrimary : Color.mSurfaceVariant + color: notificationMouseArea.containsMouse ? Color.mTertiary : Color.mSurfaceVariant RowLayout { anchors {