merged gas status for styling change
This commit is contained in:
commit
076b10a374
1 changed files with 2 additions and 3 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue