From c538df093b0299de2ac851ac76be971fb31b8303 Mon Sep 17 00:00:00 2001 From: ttpl-rt-217 Date: Tue, 26 Nov 2024 17:23:01 +0530 Subject: [PATCH] admin ui improverment --- src/components/layouts/sidebar/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/layouts/sidebar/Sidebar.tsx b/src/components/layouts/sidebar/Sidebar.tsx index 9e4a7f38..73726023 100644 --- a/src/components/layouts/sidebar/Sidebar.tsx +++ b/src/components/layouts/sidebar/Sidebar.tsx @@ -148,7 +148,7 @@ const Sidebar = ({ variant="persistent" PaperProps={{ sx: { - width: "275px", + width: "284px", border: "0 !important", boxShadow: "0px 7px 30px 0px rgb(113 122 131 / 11%)", }, @@ -165,7 +165,7 @@ const Sidebar = ({ onClose={onSidebarClose} PaperProps={{ sx: { - width: "275px", + width: "284px", border: "0 !important", }, }}