fix: Update chart color for "Poor" category

This commit is contained in:
Peter Carl Pardo
2024-12-13 00:47:09 +08:00
parent c3298147b6
commit 1a856ed463
@@ -262,7 +262,7 @@ const ResponseGaugeChart = ({ data }) => {
}
: {
category: "Poor",
main: theme.palette.error.contrastText,
main: theme.palette.error.light,
bg: theme.palette.error.dark,
};