fix for the bin utilization area having the graphs be 1px by 1px
This commit is contained in:
parent
489ac39e73
commit
6206a898d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue