Skip to content

Commit

Permalink
Merge pull request #38 from flowerseok/master
Browse files Browse the repository at this point in the history
[hotfix]  리뷰페이지 모달 크기 조정
  • Loading branch information
flowerseok authored Feb 1, 2024
2 parents 45e0769 + a6130eb commit a68261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/reviews/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ function Modal({ onReturn }: ModalProps) {
{isOpen && (
<div className="fixed inset-0 bg-black bg-opacity-50 z-50 flex justify-center items-end">
<div
className="bg-white shadow-lg mx-auto w-full h-[560px]"
className="bg-white shadow-lg mx-auto w-[430px] h-[560px]"
ref={modalRef}
>
<div className="flex flex-col justify-center items-center mt-[30px] w-full">
Expand Down

0 comments on commit a68261f

Please sign in to comment.