Skip to content

Commit fe9d4db

Browse files
committed
Add UIColor.clear
1 parent 3b111cd commit fe9d4db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/Silica/UIKit/UIColor.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,6 @@ public final class UIColor {
7676
public static var white: UIColor { UIColor(cgColor: .white) }
7777

7878
public static var black: UIColor { UIColor(cgColor: .black) }
79+
80+
public static var clear: UIColor { UIColor(cgColor: .clear) }
7981
}

0 commit comments

Comments
 (0)