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 }) => {