diff --git a/VDS/Components/Notification/Notification.swift b/VDS/Components/Notification/Notification.swift index 46a15ad9..7b6c358d 100644 --- a/VDS/Components/Notification/Notification.swift +++ b/VDS/Components/Notification/Notification.swift @@ -76,11 +76,11 @@ public class Notification: View { } open var titleLabel = Label().with { - $0.textStyle = .boldBodySmall + $0.textStyle = .boldBodyLarge } open var subTitleLabel = Label().with { - $0.textStyle = .bodySmall + $0.textStyle = .bodyLarge } open var buttonsView = ButtonGroup().with {