Skip to content

Commit

Permalink
design: 리뷰 생성/수정 반응형 모달 rounded, padding 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
mintmin0320 committed Apr 8, 2024
1 parent 01d126f commit d5746cc
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,12 @@ export default function ReviewModal(props: PropsType) {
}

return (
<Modal innerClassNames="mo:top-0 mo:max-w-full mo:max-h-full mo:-translate-y-0">
<Modal innerClassNames="mo:top-0 mo:max-w-full mo:max-h-full mo:-translate-y-0 mo:rounded-[0px]">
<form
className={cn('w-[590px] p-[13px_0_45px]', 'mo:w-full mo:px-[16px]')}
className={cn(
'w-[590px] p-[13px_0_45px]',
'mo:w-full mo:px-[16px] mo:pb-[112px]',
)}
onSubmit={handleSubmit}
>
<div
Expand Down

0 comments on commit d5746cc

Please sign in to comment.