From f255f9fd2128916f0ce8ed5cd8934af069c229bb Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Fri, 18 Nov 2022 10:02:38 -0600 Subject: [PATCH] updated naming to new class Signed-off-by: Matt Bruce --- VDS/Components/Label/Attributes/LabelAttributeModel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }