Skip to content

Commit

Permalink
fix: searchbox: set default shape to pill
Browse files Browse the repository at this point in the history
  • Loading branch information
ychhabra-eightfold committed Sep 3, 2022
1 parent 931b2a8 commit 6950714
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 6950714

Please sign in to comment.