Skip to content

Commit

Permalink
Add extra size for Drawer from Barth
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Sep 5, 2023
1 parent f031024 commit 88be359
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Drawer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const sizes = {
small: "w-72",
medium: "w-85",
large: "w-110",
xl: "w-screen md:max-w-screen-md 2xl:max-w-screen-lg", // This was the old size
xl: "w-200",
"2xl": "w-screen md:max-w-screen-md 2xl:max-w-screen-lg", // This was the old size
};

export const Drawer = ({
Expand Down

0 comments on commit 88be359

Please sign in to comment.