diff --git a/frontend/src/sections/overview/overview-traffic.js b/frontend/src/sections/overview/overview-traffic.js index 7a98f13..19b05a3 100644 --- a/frontend/src/sections/overview/overview-traffic.js +++ b/frontend/src/sections/overview/overview-traffic.js @@ -72,7 +72,9 @@ const useChartOptions = (labels,title) => { options.colors = [ theme.palette.primary.main, theme.palette.info.main, - theme.palette.warning.main + theme.palette.warning.main, + theme.palette.graphics.lightest, + theme.palette.graphics.light, ] } return options