Skip to content

Commit

Permalink
fix: 버튼 리팩토링 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
ImxYJL committed Aug 2, 2024
1 parent f5ae621 commit 4cb7937
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SearchSection = ({ handleChange, options, placeholder }: SearchSectionProp
<S.Container>
<S.SearchBox>
<SearchInput $width="48rem" $height="100%" placeholder={placeholder} />
<Button styleType="secondary" text="검색" />
<Button styleType="secondary">검색</Button>
</S.SearchBox>
<DropDown onChange={handleChange} options={options} />
</S.Container>
Expand Down

0 comments on commit 4cb7937

Please sign in to comment.