chore: update dark style for tint color

This commit is contained in:
CMK 2022-06-05 16:31:56 +08:00
parent 392b6a13e2
commit 1f13012812
2 changed files with 7 additions and 7 deletions

View File

@ -23,9 +23,9 @@
"color-space" : "srgb", "color-space" : "srgb",
"components" : { "components" : {
"alpha" : "1.000", "alpha" : "1.000",
"blue" : "0.733", "blue" : "0xFF",
"green" : "0.110", "green" : "0x99",
"red" : "0.263" "red" : "0x99"
} }
}, },
"idiom" : "universal" "idiom" : "universal"

View File

@ -46,10 +46,6 @@ public enum Asset {
public static let disabled = ColorAsset(name: "Colors/Button/disabled") public static let disabled = ColorAsset(name: "Colors/Button/disabled")
public static let inactive = ColorAsset(name: "Colors/Button/inactive") 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 enum Icon {
public static let plus = ColorAsset(name: "Colors/Icon/plus") 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 brand = ColorAsset(name: "Colors/brand")
public static let dangerBorder = ColorAsset(name: "Colors/danger.border") public static let dangerBorder = ColorAsset(name: "Colors/danger.border")
public static let danger = ColorAsset(name: "Colors/danger") 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 disabled = ColorAsset(name: "Colors/disabled")
public static let inactive = ColorAsset(name: "Colors/inactive") public static let inactive = ColorAsset(name: "Colors/inactive")
public static let mediaTypeIndicotor = ColorAsset(name: "Colors/media.type.indicotor") public static let mediaTypeIndicotor = ColorAsset(name: "Colors/media.type.indicotor")