diff --git a/VDSSample/ViewControllers/LabelViewController.swift b/VDSSample/ViewControllers/LabelViewController.swift index 2acbe1a..0dab835 100644 --- a/VDSSample/ViewControllers/LabelViewController.swift +++ b/VDSSample/ViewControllers/LabelViewController.swift @@ -158,7 +158,7 @@ class LabelViewController: ModelScrollViewController { func updateLabelStyle(){ if let style = fontCategory.style(for: textSize, isBold: isBold) { - label.model.typograpicalStyle = style + label.typograpicalStyle = style } }