Skip to content

Commit

Permalink
Add UIColor.clear
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 15, 2024
1 parent 3b111cd commit fe9d4db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Sources/Silica/UIKit/UIColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ public final class UIColor {
public static var white: UIColor { UIColor(cgColor: .white) }

public static var black: UIColor { UIColor(cgColor: .black) }

public static var clear: UIColor { UIColor(cgColor: .clear) }
}

0 comments on commit fe9d4db

Please sign in to comment.