mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NotificationHistory: each notification needs a proper bg so its easier to understand the UI
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user