Merge pull request #1255 from bluewave-labs/fix/barColorHover

Fix/bar color hover
This commit is contained in:
Alexander Holliday
2024-12-02 18:45:00 -08:00
committed by GitHub

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),
}}