Skip to content

Commit

Permalink
fix: searchbox: set default shape to pill (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold authored Sep 5, 2022
1 parent 931b2a8 commit 6a1b136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Inputs/SearchBox/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const SearchBox: FC<SearchBoxProps> = React.forwardRef(
onKeyDown,
onSubmit,
placeholder = 'Search',
shape = TextInputShape.Rectangle,
shape = TextInputShape.Pill,
size = TextInputSize.Medium,
status,
style,
Expand Down

0 comments on commit 6a1b136

Please sign in to comment.