chore: update dark style for tint color
This commit is contained in:
parent
392b6a13e2
commit
1f13012812
|
@ -23,9 +23,9 @@
|
|||
"color-space" : "srgb",
|
||||
"components" : {
|
||||
"alpha" : "1.000",
|
||||
"blue" : "0.733",
|
||||
"green" : "0.110",
|
||||
"red" : "0.263"
|
||||
"blue" : "0xFF",
|
||||
"green" : "0x99",
|
||||
"red" : "0x99"
|
||||
}
|
||||
},
|
||||
"idiom" : "universal"
|
||||
|
|
|
@ -46,10 +46,6 @@ public enum Asset {
|
|||
public static let disabled = ColorAsset(name: "Colors/Button/disabled")
|
||||
public static let inactive = ColorAsset(name: "Colors/Button/inactive")
|
||||
}
|
||||
public enum Deprecated {
|
||||
public static let brandBlue = ColorAsset(name: "Colors/Deprecated/brand.blue")
|
||||
public static let brandBlueDarken20 = ColorAsset(name: "Colors/Deprecated/brand.blue.darken.20")
|
||||
}
|
||||
public enum Icon {
|
||||
public static let plus = ColorAsset(name: "Colors/Icon/plus")
|
||||
}
|
||||
|
@ -88,6 +84,10 @@ public enum Asset {
|
|||
public static let brand = ColorAsset(name: "Colors/brand")
|
||||
public static let dangerBorder = ColorAsset(name: "Colors/danger.border")
|
||||
public static let danger = ColorAsset(name: "Colors/danger")
|
||||
public enum Deprecated {
|
||||
public static let brandBlue = ColorAsset(name: "Colors/deprecated/brand.blue")
|
||||
public static let brandBlueDarken20 = ColorAsset(name: "Colors/deprecated/brand.blue.darken.20")
|
||||
}
|
||||
public static let disabled = ColorAsset(name: "Colors/disabled")
|
||||
public static let inactive = ColorAsset(name: "Colors/inactive")
|
||||
public static let mediaTypeIndicotor = ColorAsset(name: "Colors/media.type.indicotor")
|
||||
|
|
Loading…
Reference in New Issue