minor styling change, got rid of code warnings

This commit is contained in:
Carter 2025-05-23 13:30:26 -06:00
parent 7d1081ea50
commit eacc32352b

View file

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