Skip to content

Commit

Permalink
Update RadixColor.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
amirsaam committed Jul 27, 2024
1 parent d2b34ce commit a106e34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/RadixUI/RadixColors/RadixColor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,7 @@ public extension Color {
static let whiteA11 = RadixColor.WhiteA.whiteA11
static let whiteA12 = RadixColor.WhiteA.whiteA12
}

public extension Color {
static let myAwesomeClr = Color(UIColor(named: "testWhiteA12", in: .module, compatibleWith: nil)!)
}

0 comments on commit a106e34

Please sign in to comment.