fixed bug

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-03-08 12:34:07 -06:00
parent 89a4c5d397
commit 473ab531e8

View File

@ -323,7 +323,7 @@ open class Label: UILabel, ViewProtocol, UserInfoable {
applyAttributes(mutableText)
// Modify attributed text to match typography
super.attributedText = newValue
super.attributedText = mutableText
}
private func applyAttributes(_ mutableAttributedString: NSMutableAttributedString) {