From eacc32352b702be1b478be8daffa69c373188e4b Mon Sep 17 00:00:00 2001 From: Carter Date: Fri, 23 May 2025 13:30:26 -0600 Subject: [PATCH] minor styling change, got rid of code warnings --- src/common/StatusGas.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/StatusGas.tsx b/src/common/StatusGas.tsx index dd9737f..7b40e60 100644 --- a/src/common/StatusGas.tsx +++ b/src/common/StatusGas.tsx @@ -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), + height: theme.spacing(8.5), }, carouselContainer: { position: 'relative',