diff --git a/src/pages/dashboard/Menu/index.tsx b/src/pages/dashboard/Menu/index.tsx index 89260af..04e93cf 100644 --- a/src/pages/dashboard/Menu/index.tsx +++ b/src/pages/dashboard/Menu/index.tsx @@ -117,10 +117,18 @@ const Navigation = (props: any) => { background: "#2f3339", }} > - {links.map((e, i) => ( - - + {links.map((e, index) => ( + + { justifyContent: props.visible ? "initial" : "center", px: 2.5, margin: "20px 0", + "&:active": { + background: "gray", + }, }} >