built out the graphs for the bin sensor display
This commit is contained in:
parent
b00f10b831
commit
99f37f7bda
3 changed files with 436 additions and 16 deletions
|
|
@ -39,7 +39,6 @@ export default function BinSensorCard(props: Props) {
|
|||
return (
|
||||
<Card raised sx={{ height: "100%" }}>
|
||||
<Box padding={1.5} height="100%" display="flex" flexDirection="column">
|
||||
|
||||
<Box display="flex" justifyContent="space-between" alignItems="center" marginBottom={1}>
|
||||
<Box display="flex" alignItems="center" gap={1}>
|
||||
{icon &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue