Skip to content

Commit

Permalink
Merge pull request #39 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 a68261f + 0b6fd87 commit 5e89396
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions components/reviews/Modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,8 @@ function Modal({ onReturn }: ModalProps) {
</div>

{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-[430px] h-[560px]"
ref={modalRef}
>
<div className="fixed max-w-[430px] mx-auto inset-0 bg-black bg-opacity-50 z-50 flex justify-center items-end">
<div className="bg-white shadow-lg h-[560px]" ref={modalRef}>
<div className="flex flex-col justify-center items-center mt-[30px] w-full">
<div className="h1 text-acodblack mb-[10px]">스타일</div>
<div className="caption2 text-acodegray-300">
Expand Down

0 comments on commit 5e89396

Please sign in to comment.