Skip to content

Commit

Permalink
Revert "[#470] Menu 컴포넌트 (#471)"
Browse files Browse the repository at this point in the history
This reverts commit 0a4705d.
  • Loading branch information
gxxrxn authored Aug 20, 2024
1 parent 444190e commit 496fd46
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 137 deletions.
2 changes: 1 addition & 1 deletion public/icons/hamburger.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 0 additions & 41 deletions src/stories/base/Menu.stories.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion src/v1/base/BottomSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const BottomSheet = ({
leaveFrom="translate-y-0"
leaveTo="translate-y-full"
>
<Dialog.Panel className="pointer-events-auto relative max-h-[100dvh] w-[43rem] rounded-t-[1.5rem] bg-white px-[1rem] py-[1.5rem]">
<Dialog.Panel className="pointer-events-auto relative max-h-[100dvh] w-[43rem] rounded-t-[1.5rem] bg-white p-[2rem]">
{children}
</Dialog.Panel>
</Transition.Child>
Expand Down
94 changes: 0 additions & 94 deletions src/v1/base/Menu.tsx

This file was deleted.

0 comments on commit 496fd46

Please sign in to comment.