Skip to content

Commit

Permalink
Merge pull request #352 from shreyas1434shinde/notification
Browse files Browse the repository at this point in the history
admin ui improvement
  • Loading branch information
itsvick authored Nov 26, 2024
2 parents c509679 + 8fbba9b commit 58929a1
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 58929a1

Please sign in to comment.