fixed bug
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
89a4c5d397
commit
473ab531e8
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user