fix(frontend): dashboard vendors colors
This commit is contained in:
parent
6638aea5b2
commit
abf9e92c56
|
|
@ -72,7 +72,9 @@ const useChartOptions = (labels,title) => {
|
||||||
options.colors = [
|
options.colors = [
|
||||||
theme.palette.primary.main,
|
theme.palette.primary.main,
|
||||||
theme.palette.info.main,
|
theme.palette.info.main,
|
||||||
theme.palette.warning.main
|
theme.palette.warning.main,
|
||||||
|
theme.palette.graphics.lightest,
|
||||||
|
theme.palette.graphics.light,
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
return options
|
return options
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user