diff --git a/VDS/Components/Label/Attributes/LabelAttributeModel.swift b/VDS/Components/Label/Attributes/LabelAttributeModel.swift index 7196a346..0976fe84 100644 --- a/VDS/Components/Label/Attributes/LabelAttributeModel.swift +++ b/VDS/Components/Label/Attributes/LabelAttributeModel.swift @@ -44,6 +44,6 @@ public extension NSAttributedString { else { return AnyAttribute(location: range.location, length: range.length, key: key, value: value) } - return FontLabelAttribute(location: range.location, length: range.length, style: style) + return TypographicalStyleLabelAttribute(location: range.location, length: range.length, style: style) } }