Skip to content

Commit

Permalink
[FE] hotfix인 자동화 버튼 워딩 수정 및 불필요한 박스를 삭제한다. (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
healim01 authored Aug 23, 2024
2 parents f3a260a + 84cebb2 commit daabd50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ const DaumAddressModal = () => {
<Modal position="bottom" isOpen={isModalOpen} onClose={modalClose}>
<Modal.header>주소 검색</Modal.header>
<Modal.body>
<S.EmptyBox />
<div ref={postcodeContainerRef} style={{ width: '100%', marginTop: '1rem' }} />
</Modal.body>
</Modal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NearTransportation = () => {
/>
<FormStyled.FlexLabel label=" 분" />
</FormStyled.FieldBox>
<Button label="자동" isSquare={true} size="xSmall" onClick={findNearSubway} />
<Button label="근처 역 찾기" isSquare={true} size="xSmall" onClick={findNearSubway} />
<FormField.ErrorMessage value={errorMessageStation || errorMessageWalkingTime || ''} />
</FlexBox.Vertical>
);
Expand Down

0 comments on commit daabd50

Please sign in to comment.