fix for the bin utilization area having the graphs be 1px by 1px

This commit is contained in:
csawatzky 2026-02-06 12:48:15 -06:00
parent 489ac39e73
commit 6206a898d1

View file

@ -29,7 +29,7 @@ export default function BinUtilizationChart(props: Props) {
const theme = useTheme();
const grainColour = customColour ? customColour : GrainColour(grain);
return (
<Box height={1} width={1}>
<Box height={200} width={200}>
<CardActionArea
onClick={onClick}
style={{ height: "100%", borderRadius: theme.shape.borderRadius }}>