Skip to content

Commit bdce4c1

Browse files
author
coderchan
committed
Update
1 parent 7dd777f commit bdce4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftlyUI/Source/Core/UIColor+SwiftlyUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public extension UIColor {
8585
}
8686

8787
/// SwiftlyUI - Create Color with hex string.
88-
static func hexStrColor(_ hex: String, alpha: CGFloat = 1.0) -> UIColor {
88+
static func hexColor(_ hex: String, alpha: CGFloat = 1.0) -> UIColor {
8989
return UIColor.color(withHexStr: hex, alpha: alpha)
9090
}
9191

0 commit comments

Comments
 (0)