From 6950714993f4a300ce8865495b0d860f1b983c7b Mon Sep 17 00:00:00 2001 From: Yash Raj Chhabra Date: Sat, 3 Sep 2022 14:03:15 +0530 Subject: [PATCH] fix: searchbox: set default shape to pill --- src/components/Inputs/SearchBox/SearchBox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Inputs/SearchBox/SearchBox.tsx b/src/components/Inputs/SearchBox/SearchBox.tsx index 2ef1508c2..993238c55 100644 --- a/src/components/Inputs/SearchBox/SearchBox.tsx +++ b/src/components/Inputs/SearchBox/SearchBox.tsx @@ -51,7 +51,7 @@ export const SearchBox: FC = React.forwardRef( onKeyDown, onSubmit, placeholder = 'Search', - shape = TextInputShape.Rectangle, + shape = TextInputShape.Pill, size = TextInputSize.Medium, status, style,