using property instead of model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
d7185b3f60
commit
31fae5c21c
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user