Skip to content

Commit

Permalink
fix: 정산 초대하기에 누락된 margin 적용 (#682)
Browse files Browse the repository at this point in the history
  • Loading branch information
soi-ha authored Oct 2, 2024
1 parent a26f043 commit 986bcf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const ShareEventButton = ({eventOutline}: ShareEventButtonProps) => {
})
}
>
<Button size="small" variants="tertiary" onClick={induceBankInfoBeforeShare}>
<Button size="small" variants="tertiary" onClick={induceBankInfoBeforeShare} style={{marginRight: '1rem'}}>
정산 초대하기
</Button>
</CopyToClipboard>
Expand Down

0 comments on commit 986bcf1

Please sign in to comment.