diff --git a/Modules/Notification/Notification.qml b/Modules/Notification/Notification.qml index a5d67d1a..69ce1a65 100644 --- a/Modules/Notification/Notification.qml +++ b/Modules/Notification/Notification.qml @@ -428,7 +428,7 @@ Variants { NText { text: model.summary || I18n.tr("general.no-summary") - pointSize: Style.fontSizeL + pointSize: Style.fontSizeM font.weight: Style.fontWeightMedium color: Color.mOnSurface textFormat: Text.PlainText