Skip to content

Commit

Permalink
design: 모달 닫기 버튼 위치 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain committed Oct 24, 2023
1 parent f084638 commit b657c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/modal/HowToAppInstallModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const HowToAppInstallModal = () => {
pb={10}
direction="column"
>
<Button mt={1} mr={0} mb={-6} ml="auto" onClick={modalActions.closeModal}>
<Button mt={-1} mr={-3} mb={-2} ml="auto" onClick={modalActions.closeModal}>
<XMarkIcon width={28} />
</Button>
{screen.get('isMobile') ? (
Expand Down

0 comments on commit b657c90

Please sign in to comment.