new colors

Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
Matt Bruce 2024-05-07 14:20:14 -05:00
parent c6b98b2ff6
commit 757783deb2

View File

@ -47,6 +47,7 @@ extension UIColor {
case paletteGreen61
case paletteGreen36
case paletteGreen26
case paletteGreen22
case paletteGreen15
case paletteGreen10
case palettePink87
@ -59,6 +60,16 @@ extension UIColor {
case palettePurple60
case palettePurple39
case palettePurple20
case paletteMonarchred
case paletteStone
case paletteNeonyellow
case paletteCoral
case paletteWarmgray95
case paletteWarmgray84
case paletteWarmgray64
case paletteWarmgray41
case paletteWarmgray20
case paletteWarmgray11
case backgroundPrimaryLight
case backgroundPrimaryDark
case backgroundPrimaryInverseLight
@ -145,7 +156,7 @@ extension UIColor {
case badgesBackgroundWhiteOndark
case badgesBackgroundBlackOnlight
case badgesBackgroundBlackOndark
/// Map each color name to its corresponding UIColor object.
public var uiColor: UIColor {
do {