From 9df2a044045b2c860f32dc42a36f20627c90bf96 Mon Sep 17 00:00:00 2001 From: leandrofars Date: Wed, 10 Jul 2024 11:14:55 -0300 Subject: [PATCH] chore(frontend): site survey add one more color to chart --- frontend/src/sections/devices/cwmp/site-survey.js | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/sections/devices/cwmp/site-survey.js b/frontend/src/sections/devices/cwmp/site-survey.js index a3d5fa7..dcfb1bb 100644 --- a/frontend/src/sections/devices/cwmp/site-survey.js +++ b/frontend/src/sections/devices/cwmp/site-survey.js @@ -160,6 +160,7 @@ export const SiteSurvey = (props) => { theme.palette.primary.main, theme.palette.graphics.light, theme.palette.error.light, + theme.palette.error.dark ], dataLabels: { enabled: false