merged gas status for styling change

This commit is contained in:
Carter 2025-05-23 13:31:30 -06:00
commit 076b10a374

View file

@ -1,11 +1,10 @@
import { Box, Grid2, Theme, Tooltip, Typography } from "@mui/material";
import { blue, deepOrange, green, grey, orange, teal } from "@mui/material/colors";
import { blue, deepOrange, teal } from "@mui/material/colors";
import { makeStyles } from "@mui/styles";
import { Device } from "models";
import PulseBox from "./PulseBox";
import { or } from "utils";
import { useEffect, useState } from "react";
import { pond } from "protobuf-ts/pond";
interface Props {
device: Device
@ -34,7 +33,7 @@ const useStyles = makeStyles((theme: Theme) => {
marginRight: "auto",
margin: theme.spacing(1),
width: theme.spacing(14),
height: theme.spacing(8.75),
height: theme.spacing(8.5),
},
carouselContainer: {
position: 'relative',