Digital ACT191 story ONEAPP-7459 - Update back to Vivid Red
This commit is contained in:
parent
c5fa1a2515
commit
16cd1601ba
@ -19,7 +19,7 @@ extension UIColor {
|
|||||||
/// Dictionary to access brand approved colors by name.
|
/// Dictionary to access brand approved colors by name.
|
||||||
public static let names: [String: ColorHexTuple] = ["black": (.mvmBlack, "#000000"),
|
public static let names: [String: ColorHexTuple] = ["black": (.mvmBlack, "#000000"),
|
||||||
"white": (.mvmWhite, "#FFFFFF"),
|
"white": (.mvmWhite, "#FFFFFF"),
|
||||||
"red": (.mvmRed, "#F50A23"),
|
"red": (.mvmRed, "#EE0000"),
|
||||||
"pink": (.mvmPink, "#D90368"),
|
"pink": (.mvmPink, "#D90368"),
|
||||||
"pink33": (.mvmPink33, "#F2ABCD"),
|
"pink33": (.mvmPink33, "#F2ABCD"),
|
||||||
"pink66": (.mvmPink66, "#E6589B"),
|
"pink66": (.mvmPink66, "#E6589B"),
|
||||||
@ -88,7 +88,7 @@ extension UIColor {
|
|||||||
// MARK: - Red
|
// MARK: - Red
|
||||||
//--------------------------------------------------
|
//--------------------------------------------------
|
||||||
|
|
||||||
/// HEX: ##F50A23
|
/// HEX: #EE0000
|
||||||
@objc
|
@objc
|
||||||
public static let mvmRed = UIColor.assetColor(named: "red")
|
public static let mvmRed = UIColor.assetColor(named: "red")
|
||||||
|
|
||||||
|
|||||||
@ -77,7 +77,7 @@
|
|||||||
#pragma mark - legacy
|
#pragma mark - legacy
|
||||||
|
|
||||||
+ (nonnull UIColor *)mfRedColor {
|
+ (nonnull UIColor *)mfRedColor {
|
||||||
return [UIColor colorWithRed:.804 green:.016 blue:.043 alpha:1.0];
|
return [UIColor mvmRed];
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (nonnull UIColor *)mfDarkerRedColor {
|
+ (nonnull UIColor *)mfDarkerRedColor {
|
||||||
|
|||||||
@ -5,9 +5,9 @@
|
|||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"alpha" : "1.000",
|
"alpha" : "1.000",
|
||||||
"blue" : "0x23",
|
"blue" : "0x00",
|
||||||
"green" : "0x0A",
|
"green" : "0x00",
|
||||||
"red" : "0xF5"
|
"red" : "0xEE"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user