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", }, }}