Design: ImageUpload 모달 x버튼 위치 수정하여 일관성 강화

This commit is contained in:
정현조 2024-08-28 14:59:39 +09:00
parent b7f1dbf088
commit f419703117

View File

@ -70,7 +70,7 @@ export default function ImageUploadModal({ title, buttonText, onClose }: ImageUp
className="flex h-8 w-8 items-center justify-center"
onClick={handleClose}
>
<CloseButton />
<CloseButton className="self-end" />
</button>
</header>
<div className="flex flex-col gap-5">