making use of Styler

This commit is contained in:
Kevin G Christiano 2020-06-08 13:32:31 -04:00
parent 6f23ee6c99
commit 81d3b818e3

View File

@ -121,7 +121,7 @@ public typealias ActionBlock = () -> ()
setupView()
font = fontStyle.getFont(false)
textColor = .mvmBlack
textColor = fontStyle.color()
setScale(scale)
}