updated font
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d04f138da4
commit
ee3cd0c3b9
@ -76,11 +76,11 @@ public class Notification: View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
open var titleLabel = Label().with {
|
open var titleLabel = Label().with {
|
||||||
$0.textStyle = .boldBodySmall
|
$0.textStyle = .boldBodyLarge
|
||||||
}
|
}
|
||||||
|
|
||||||
open var subTitleLabel = Label().with {
|
open var subTitleLabel = Label().with {
|
||||||
$0.textStyle = .bodySmall
|
$0.textStyle = .bodyLarge
|
||||||
}
|
}
|
||||||
|
|
||||||
open var buttonsView = ButtonGroup().with {
|
open var buttonsView = ButtonGroup().with {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user