background color?
This commit is contained in:
parent
d45ac029cd
commit
e70be2f525
1 changed files with 6 additions and 3 deletions
|
|
@ -86,19 +86,22 @@
|
||||||
{
|
{
|
||||||
"section": "Red",
|
"section": "Red",
|
||||||
"style": {
|
"style": {
|
||||||
"color": "#F8788F"
|
"color": "#F8788F",
|
||||||
|
"background": "#f8788f40"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "Green",
|
"section": "Green",
|
||||||
"style": {
|
"style": {
|
||||||
"color": "#78F8B2"
|
"color": "#78F8B2",
|
||||||
|
"background": "#78F8B240"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"section": "Blue",
|
"section": "Blue",
|
||||||
"style": {
|
"style": {
|
||||||
"color": "#78BEF8"
|
"color": "#78BEF8",
|
||||||
|
"background": "#78BEF840"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue