From 035e3f06554749ff03d212ec6b6f2029f0975e8a Mon Sep 17 00:00:00 2001 From: ArtChaos189 Date: Wed, 31 May 2023 22:44:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=85=D0=BE?= =?UTF-8?q?=D0=B2=D0=B5=D1=80=20=D1=8D=D1=84=D1=84=D0=B5=D0=BA=D1=82=D0=B0?= =?UTF-8?q?=20=D0=B2=20=D0=BC=D0=B5=D0=BD=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/dashboard/Menu/index.tsx | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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", + }, }} >