From 5c57625ac90d2a4835021c431892f89bdca53950 Mon Sep 17 00:00:00 2001 From: quadbyte Date: Sun, 10 Aug 2025 23:43:43 -0400 Subject: [PATCH] Notification: backgroundSecondary --- Modules/Notification/Notification.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)