Digital ACT191 story ONEAPP-7847 - neonYellow and monarchRed

This commit is contained in:
Scott Pfeil 2024-05-08 15:28:43 -04:00
parent 2bf63fcb1a
commit 7e4b2a781d
2 changed files with 6 additions and 4 deletions

View File

@ -21,6 +21,7 @@ extension UIColor {
public static let names: [String: ColorHexTuple] = ["black": (.mvmBlack, "#000000"),
"white": (.mvmWhite, "#FFFFFF"),
"red": (.mvmRed, "#EE0000"),
"monarchRed": (VDSCoreTokens.VDSColor.paletteMonarchred, "#f50a23"),
"pink": (.mvmPink, "#D90368"),
"pink33": (.mvmPink33, "#F2ABCD"),
"pink66": (.mvmPink66, "#E6589B"),
@ -48,7 +49,8 @@ extension UIColor {
"blueShade1": (.mvmBlueShade1, "#136598"),
"blueShade2": (.mvmBlueShade2, "#0B4467"),
"blueInverted": (.mvmBlueInverted, "#0088CE"),
"yellow": (.mvmYellow, "#F5FF1E"),
"yellow": (.mvmYellow, "#FFBC3D"),
"neonYellow": (VDSCoreTokens.VDSColor.paletteNeonyellow, "#f5ff1e"),
"coolGray1": (.mvmCoolGray1, "#F6F6F6"),
"coolGray3": (.mvmCoolGray3, "#D8DADA"),
"coolGray6": (.mvmCoolGray6, "#747676"),

View File

@ -5,9 +5,9 @@
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x1E",
"green" : "0xFF",
"red" : "0xF5"
"blue" : "0x3D",
"green" : "0xBC",
"red" : "0xFF"
}
},
"idiom" : "universal"