Skip to content

Commit

Permalink
[fix] contact 팝업에 x 버튼 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
zestlee1106 committed Dec 20, 2023
1 parent 77ea6fd commit 319fcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Modal/ModalBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function Modal({
{hasCloseButton && (
<div className={styles.close}>
<button type="button" onClick={onClose}>
<Close width={24} height={24} fill="#FF8E00" />
<Close width={24} height={24} className="stroke-r1 stroke-[2]" />
</button>
</div>
)}
Expand Down

0 comments on commit 319fcc0

Please sign in to comment.