diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index 5f96d84..7ff94fa 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -62,7 +62,7 @@ PanelWindow { width: 360 * scaling height: Math.max(80 * scaling, contentColumn.implicitHeight + (Style.marginMedium * 2 * scaling)) clip: true - color: Colors.backgroundPrimary + color: Colors.backgroundSecondary radius: Style.radiusMedium * scaling border.color: Colors.backgroundTertiary border.width: Math.min(1, Style.borderThin * scaling)