Skip to content

Commit

Permalink
feat: 캘린더 CSS 높이 값 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeSeok-kim committed Oct 31, 2023
1 parent 17638e8 commit 10dbdfd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/components/common/calender/Calender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,7 @@ const Calender = ({ onClick }: CalenderProps) => {
}, [calenderState])

return (
<div
className={
'flex flex-col justify-center items-center w-[388px] h-[343px]'
}
>
<div className={'flex flex-col justify-center items-center w-[388px]'}>
<div className={'flex flex-row'}>
<div className={'cursor-pointer'} onClick={previousMonth}>
{'<'}
Expand Down

0 comments on commit 10dbdfd

Please sign in to comment.