NotifHistoryPanel: mTertiary hover

This commit is contained in:
LemmyCook
2025-08-21 21:27:03 -04:00
parent 7d47b98621
commit 73a611d414

View File

@@ -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 {