diff --git a/styles/colors/icon.JSON b/styles/colors/icon.JSON index 00c06ea..589d37e 100644 --- a/styles/colors/icon.JSON +++ b/styles/colors/icon.JSON @@ -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)" } \ No newline at end of file +{ + "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)" +} \ No newline at end of file