From 60b02631334e725f41bb8beca91ca87fe9b4dd47 Mon Sep 17 00:00:00 2001 From: "Siddhesh.More" Date: Mon, 12 Aug 2024 16:19:47 +0530 Subject: [PATCH] update --- src/Layout/DefaultLayout.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx index b657b98..2995343 100644 --- a/src/Layout/DefaultLayout.jsx +++ b/src/Layout/DefaultLayout.jsx @@ -391,7 +391,7 @@ const DashboardLayout = ({ isOnline }) => { // onMouseOver={() => setIsDrawerOpen(true)} // onMouseLeave={() => setIsDrawerOpen(false)} style={{ - width: isDrawerOpen || openDrawerClick ? 255 : 74, + width: isDrawerOpen || openDrawerClick ? 230 : 74, transition: "width 0.3s ease-in-out", // Smooth transition for width change // overflow: "hidden", backgroundColor: "#0041180A", @@ -631,7 +631,7 @@ const DashboardLayout = ({ isOnline }) => {