fix: update status action icon tint color
This commit is contained in:
parent
41fa6f2b3e
commit
d9e7052cff
|
@ -5,9 +5,9 @@
|
||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"alpha" : "0.600",
|
"alpha" : "0.600",
|
||||||
"blue" : "0",
|
"blue" : "67",
|
||||||
"green" : "0",
|
"green" : "60",
|
||||||
"red" : "0"
|
"red" : "60"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
@ -23,9 +23,9 @@
|
||||||
"color-space" : "srgb",
|
"color-space" : "srgb",
|
||||||
"components" : {
|
"components" : {
|
||||||
"alpha" : "0.600",
|
"alpha" : "0.600",
|
||||||
"blue" : "1.000",
|
"blue" : "245",
|
||||||
"green" : "1.000",
|
"green" : "235",
|
||||||
"red" : "1.000"
|
"red" : "235"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"idiom" : "universal"
|
"idiom" : "universal"
|
||||||
|
|
Loading…
Reference in New Issue