From 81d3b818e3ea8bbe31dbeef2b3522fe98c701877 Mon Sep 17 00:00:00 2001 From: Kevin G Christiano Date: Mon, 8 Jun 2020 13:32:31 -0400 Subject: [PATCH] making use of Styler --- MVMCoreUI/Atomic/Atoms/Views/Label/Label.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }