mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
feat: set menu items padding in em
This commit is contained in:
@@ -51,9 +51,10 @@ function Menu(props) {
|
|||||||
display="flex"
|
display="flex"
|
||||||
flexDirection="row"
|
flexDirection="row"
|
||||||
alignItems="center"
|
alignItems="center"
|
||||||
py={"8px"}
|
py={"0.7em"}
|
||||||
px={3}
|
px={3}
|
||||||
sx={{
|
sx={{
|
||||||
|
borderRadius: 0,
|
||||||
color: color || "text",
|
color: color || "text",
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
":hover:not(:disabled)": {
|
":hover:not(:disabled)": {
|
||||||
|
|||||||
Reference in New Issue
Block a user