Skip to content

Commit

Permalink
fix(confirm): 강제성 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
5ewon committed Mar 16, 2024
1 parent 77cd76e commit 119ada6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Confirm/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const Confirm = ({ content, onConfirm }: Props) => {
};

return (
<div className={styles.background} onClick={closeModal}>
<div className={styles.container} onClick={(e) => e.stopPropagation()}>
<div className={styles.background}>
<div className={styles.container}>
<div className={styles.wrapper}>
<div className={styles.logoWrapper}>
<RoundLogo />
Expand Down

0 comments on commit 119ada6

Please sign in to comment.