mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-27 03:59:43 -05:00
fix: Update chart color for "Poor" category
This commit is contained in:
@@ -262,7 +262,7 @@ const ResponseGaugeChart = ({ data }) => {
|
||||
}
|
||||
: {
|
||||
category: "Poor",
|
||||
main: theme.palette.error.contrastText,
|
||||
main: theme.palette.error.light,
|
||||
bg: theme.palette.error.dark,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user