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 {