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",
|
||||
"style": {
|
||||
"color": "#F8788F"
|
||||
"color": "#F8788F",
|
||||
"background": "#f8788f40"
|
||||
}
|
||||
},
|
||||
{
|
||||
"section": "Green",
|
||||
"style": {
|
||||
"color": "#78F8B2"
|
||||
"color": "#78F8B2",
|
||||
"background": "#78F8B240"
|
||||
}
|
||||
},
|
||||
{
|
||||
"section": "Blue",
|
||||
"style": {
|
||||
"color": "#78BEF8"
|
||||
"color": "#78BEF8",
|
||||
"background": "#78BEF840"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue