diff --git a/VDS/Components/Label/Label.swift b/VDS/Components/Label/Label.swift index f540e8e4..762e9daa 100644 --- a/VDS/Components/Label/Label.swift +++ b/VDS/Components/Label/Label.swift @@ -52,6 +52,7 @@ open class Label: UILabel, Handlerable, ViewProtocol, Resettable, UserInfoable { override open var text: String? { didSet { + attributes = nil didChange() } }