Skip to content

Commit

Permalink
[#675] [모임 생성] 도서선택 input x-button 추가 (#676)
Browse files Browse the repository at this point in the history
- feat: 모임생성 퍼널의 도서선택 스텝에 input 컴포넌트 내부에 x-button를 표시
  • Loading branch information
hanyugeon authored Aug 5, 2024
1 parent b270454 commit 16a251a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const SelectBookStep = ({ onNextStep }: MoveFunnelStepProps) => {
</h2>

<Input
type="search"
placeholder="책 제목, 작가를 검색해보세요"
inputStyle="line"
leftIconType="search"
Expand Down

0 comments on commit 16a251a

Please sign in to comment.