Skip to content

Commit

Permalink
design: 버튼 간격 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
seung365 committed Aug 8, 2024
1 parent ec19083 commit 7da42e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Mail/MailModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ export const MailModal = ({ isOpen, onOpen, onClose }: MailModalProps) => {
</CustomModalFooter>
)}
{isSubmitted && noError && (
<ModalFooter>
<ModalFooter gap={10}>
<Button colorScheme="blue" onClick={handlePutMail}>
저장하기
</Button>
Expand Down

0 comments on commit 7da42e1

Please sign in to comment.