diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index 0c89ae3f..60e88740 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -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) {