CellValidation: remove unncessary Box

This commit is contained in:
Sidney Alcantara
2021-09-09 22:27:34 +10:00
parent 4186ff60d5
commit 61f49f4148

View File

@@ -1,11 +1,10 @@
import { styled } from "@material-ui/core/styles";
import { Box } from "@material-ui/core";
import ErrorIcon from "@material-ui/icons/ErrorOutline";
import WarningIcon from "@material-ui/icons/WarningAmber";
import RichTooltip from "components/RichTooltip";
const Root = styled(Box)(({ theme, ...props }) => ({
const Root = styled("div")(({ theme, ...props }) => ({
width: "100%",
height: "100%",
padding: "var(--cell-padding)",