NotificationHistory: each notification needs a proper bg so its easier to understand the UI

This commit is contained in:
quadbyte 2025-08-16 19:52:09 -04:00
parent df9533d4ab
commit ffd9ee8efe

View file

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