updated naming to new class

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2022-11-18 10:02:38 -06:00
parent 6f2d754015
commit f255f9fd21

View File

@ -44,6 +44,6 @@ public extension NSAttributedString {
else { else {
return AnyAttribute(location: range.location, length: range.length, key: key, value: value) 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)
} }
} }