Skip to content

Commit

Permalink
style: 모달 스타일 재수정
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerseok committed Feb 1, 2024
1 parent a6130eb commit 0b6fd87
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 0b6fd87

Please sign in to comment.