From 2e082ed8b14a29dd65fa069cbf4b423585bc17d4 Mon Sep 17 00:00:00 2001 From: LemmyCook Date: Thu, 4 Sep 2025 11:45:07 -0400 Subject: [PATCH] proper border on notifications --- 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 f025edb..009d717 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -96,7 +96,7 @@ Variants { height: Math.max(80 * scaling, contentRow.implicitHeight + (Style.marginL * 2 * scaling)) clip: true radius: Style.radiusL * scaling - border.color: Qt.alpha(Color.mOutline, Style.opacityLight) + border.color: Color.mOutline border.width: Math.max(1, Style.borderS * scaling) color: Color.mSurface