Fixed dark mode bar button tint color

This commit is contained in:
Maurice Parker 2019-09-11 12:36:04 -05:00
parent b1ddfb33ce
commit 42d19ba157
1 changed files with 18 additions and 0 deletions

View File

@ -15,6 +15,24 @@
"green" : "0x6A"
}
}
},
{
"idiom" : "universal",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "0x44",
"alpha" : "1.000",
"blue" : "0xE2",
"green" : "0x90"
}
}
}
]
}