mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-19 16:19:45 -06:00
Merge pull request #1255 from bluewave-labs/fix/barColorHover
Fix/bar color hover
This commit is contained in:
@@ -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),
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user