fix: adjust item ui

This commit is contained in:
GyDi
2022-11-23 15:29:42 +08:00
parent f477cecdeb
commit 790d832155
2 changed files with 9 additions and 6 deletions

View File

@@ -2,9 +2,8 @@ import { styled, Box, Typography } from "@mui/material";
const Item = styled(Box)(({ theme }) => ({
display: "flex",
padding: "6px 16px",
padding: "4px 16px",
color: theme.palette.text.primary,
marginBottom: "6px",
}));
const COLOR = [