Skip to content

Commit

Permalink
admin ui improverment
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas1434shinde committed Nov 26, 2024
1 parent 9fcbedf commit c538df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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%)",
},
Expand All @@ -165,7 +165,7 @@ const Sidebar = ({
onClose={onSidebarClose}
PaperProps={{
sx: {
width: "275px",
width: "284px",
border: "0 !important",
},
}}
Expand Down

0 comments on commit c538df0

Please sign in to comment.