fix: color of bars when row is hovered

This commit is contained in:
Caio Cabral
2024-12-02 19:38:04 -05:00
parent a4d64d8e05
commit b64a098de5

View File

@@ -44,7 +44,7 @@ const BarChart = ({ checks = [] }) => {
position="relative"
width={theme.spacing(4.5)}
height="100%"
backgroundColor={theme.palette.background.fill}
backgroundColor={theme.palette.border.light}
sx={{
borderRadius: theme.spacing(1.5),
}}