This commit is contained in:
Suresh, Kamlesh 2020-02-17 17:44:12 -05:00
parent 3e14e39542
commit 9211d6c86d

View File

@ -49,7 +49,7 @@ public final class Color: Codable {
// MARK: - Class Initializers
//--------------------------------------------------
init(uiColor: UIColor) {
public init(uiColor: UIColor) {
self.uiColor = uiColor
hex = UIColor.hexString(for: uiColor) ?? ""
determineRGBA()