diff --git a/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift b/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift index abc37c43..73de7760 100644 --- a/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift +++ b/MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift @@ -121,7 +121,7 @@ public typealias ActionBlock = () -> () setupView() font = fontStyle.getFont(false) - textColor = .mvmBlack + textColor = fontStyle.color() setScale(scale) }