diff --git a/.changeset/friendly-seas-wash.md b/.changeset/friendly-seas-wash.md new file mode 100644 index 0000000000..282b9fcfe4 --- /dev/null +++ b/.changeset/friendly-seas-wash.md @@ -0,0 +1,5 @@ +--- +"@bigcommerce/catalyst-core": patch +--- + +Fix overlapping styles in search form. diff --git a/core/components/search-form/index.tsx b/core/components/search-form/index.tsx index 21f00631d2..74f2af80b6 100644 --- a/core/components/search-form/index.tsx +++ b/core/components/search-form/index.tsx @@ -21,12 +21,7 @@ export const SearchForm = ({ initialTerm = '' }: Props) => {
- +