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.
|
||||
public static let names: [String: ColorHexTuple] = ["black": (.mvmBlack, "#000000"),
|
||||
"white": (.mvmWhite, "#FFFFFF"),
|
||||
"red": (.mvmRed, "#F50A23"),
|
||||
"red": (.mvmRed, "#EE0000"),
|
||||
"pink": (.mvmPink, "#D90368"),
|
||||
"pink33": (.mvmPink33, "#F2ABCD"),
|
||||
"pink66": (.mvmPink66, "#E6589B"),
|
||||
@ -88,7 +88,7 @@ extension UIColor {
|
||||
// MARK: - Red
|
||||
//--------------------------------------------------
|
||||
|
||||
/// HEX: ##F50A23
|
||||
/// HEX: #EE0000
|
||||
@objc
|
||||
public static let mvmRed = UIColor.assetColor(named: "red")
|
||||
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
#pragma mark - legacy
|
||||
|
||||
+ (nonnull UIColor *)mfRedColor {
|
||||
return [UIColor colorWithRed:.804 green:.016 blue:.043 alpha:1.0];
|
||||
return [UIColor mvmRed];
|
||||
}
|
||||
|
||||
+ (nonnull UIColor *)mfDarkerRedColor {
|
||||
|
||||
@ -5,9 +5,9 @@
|
||||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0x23",
|
||||
"green" : "0x0A",
|
||||
"red" : "0xF5"
|
||||
"blue" : "0x00",
|
||||
"green" : "0x00",
|
||||
"red" : "0xEE"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user