Skip to content

Commit

Permalink
refactor: close 아이콘 크기 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
gxxrxn committed Aug 16, 2023
1 parent 5ec45f4 commit 979b04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/icons/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/stories/Base/BottomSheet.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const LoginBottomSheet = () => {
<Button onClick={onOpen}>로그인 바텀시트 열기</Button>
<BottomSheet isShow={isOpen} onClose={onClose}>
<div
className="absolute right-0 top-0 mr-[2rem] mt-[2rem] cursor-pointer"
className="absolute right-0 top-0 mr-[2rem] mt-[2rem] h-[2rem] w-[2rem] cursor-pointer"
onClick={onClose}
>
<IconClose />
Expand Down

0 comments on commit 979b04f

Please sign in to comment.