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