Darken light mode icon color so that it contrasts better against pure white icons. Issue #1731

This commit is contained in:
Maurice Parker 2020-03-13 10:17:00 -05:00
parent d0cf04bd4f
commit 52be6e5743
1 changed files with 3 additions and 3 deletions

View File

@ -9,10 +9,10 @@
"color" : {
"color-space" : "srgb",
"components" : {
"red" : "242",
"red" : "235",
"alpha" : "1.000",
"blue" : "242",
"green" : "242"
"blue" : "237",
"green" : "235"
}
}
},