fix(frontend): dashboard vendors colors

This commit is contained in:
leandrofars 2024-05-08 20:44:39 -03:00
parent 6638aea5b2
commit abf9e92c56

View File

@ -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