diff --git a/StyleKit/StyleKit/Utils.swift b/StyleKit/StyleKit/Utils.swift index 8562e6e..63068bc 100644 --- a/StyleKit/StyleKit/Utils.swift +++ b/StyleKit/StyleKit/Utils.swift @@ -52,7 +52,7 @@ extension Int { extension UIImage { class func imageWithColor(_ color: UIColor) -> UIImage { - let rect = CGRect(x: 0, y: 0, width: 0.5, height: 44.0) + let rect = CGRect(x: 0, y: 0, width: 1.0, height: 1.0) UIGraphicsBeginImageContext(rect.size) let context = UIGraphicsGetCurrentContext() context!.setFillColor(color.cgColor);