From ee3cd0c3b985dd47f43839ebc50572499af0e424 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Tue, 28 Mar 2023 15:27:02 -0500 Subject: [PATCH] updated font Signed-off-by: Matt Bruce --- VDS/Components/Notification/Notification.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {