updated font

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2023-03-28 15:27:02 -05:00
parent d04f138da4
commit ee3cd0c3b9

View File

@ -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 {