From 6a1b136002264d32ced750ebac899780845c92e3 Mon Sep 17 00:00:00 2001 From: Yash raj chhabra <95337653+ychhabra-eightfold@users.noreply.github.com> Date: Mon, 5 Sep 2022 10:26:49 +0530 Subject: [PATCH] fix: searchbox: set default shape to pill (#344) --- 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,