add error icon color
This commit is contained in:
parent
ec7e085aee
commit
0498c62339
1 changed files with 9 additions and 1 deletions
|
@ -1 +1,9 @@
|
|||
{
"loading": "rgb(255, 134, 57)",
"N/A": "rgb(127, 127, 127)",
"product_bad": "rgba(255, 0, 0)",
"product_OK": "rgba(255, 255, 0)",
"product_good": "rgb(0, 255, 0)",
"product_trusted": "rgb(0, 255, 0)"
}
|
||||
{
|
||||
"loading": "rgb(255, 134, 57)",
|
||||
"N/A": "rgb(127, 127, 127)",
|
||||
"error": "rgb(255, 0, 0)",
|
||||
"product_bad": "rgba(255, 0, 0)",
|
||||
"product_OK": "rgba(255, 255, 0)",
|
||||
"product_good": "rgb(0, 255, 0)",
|
||||
"product_trusted": "rgb(0, 255, 0)"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue