feat: set menu items padding in em

This commit is contained in:
thecodrr
2021-07-08 12:41:20 +05:00
parent 35c42f7cb4
commit 55637bb129

View File

@@ -51,9 +51,10 @@ function Menu(props) {
display="flex"
flexDirection="row"
alignItems="center"
py={"8px"}
py={"0.7em"}
px={3}
sx={{
borderRadius: 0,
color: color || "text",
cursor: "pointer",
":hover:not(:disabled)": {