Change control background to use alpha channel

This commit is contained in:
Maurice Parker 2019-10-29 19:15:19 -05:00
parent d537799969
commit f23f522450
2 changed files with 14 additions and 4 deletions

View File

@ -7,8 +7,13 @@
{
"idiom" : "universal",
"color" : {
"platform" : "ios",
"reference" : "systemGray2Color"
"color-space" : "srgb",
"components" : {
"red" : "0",
"alpha" : "0.250",
"blue" : "0",
"green" : "0"
}
}
},
{
@ -20,8 +25,13 @@
}
],
"color" : {
"platform" : "ios",
"reference" : "systemGray2Color"
"color-space" : "srgb",
"components" : {
"red" : "255",
"alpha" : "0.250",
"blue" : "255",
"green" : "255"
}
}
}
]