set default color to black
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
277f54599e
commit
ae8f19ba51
@ -52,7 +52,7 @@ import Foundation
|
||||
open override func reset() {
|
||||
super.reset()
|
||||
label.setFontStyle(.BoldBodySmall)
|
||||
label.textColor = .white
|
||||
label.textColor = .black
|
||||
label.textAlignment = .center
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user