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"
|
||||
flexDirection="row"
|
||||
alignItems="center"
|
||||
py={"8px"}
|
||||
py={"0.7em"}
|
||||
px={3}
|
||||
sx={{
|
||||
borderRadius: 0,
|
||||
color: color || "text",
|
||||
cursor: "pointer",
|
||||
":hover:not(:disabled)": {
|
||||
|
||||
Reference in New Issue
Block a user