using property instead of model

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-09-16 11:09:28 -05:00
parent d7185b3f60
commit 31fae5c21c

View File

@ -158,7 +158,7 @@ class LabelViewController: ModelScrollViewController<DefaultLabelModel> {
func updateLabelStyle(){
if let style = fontCategory.style(for: textSize, isBold: isBold) {
label.model.typograpicalStyle = style
label.typograpicalStyle = style
}
}