From 29201ed1a03801b2b48fedf33b890846672ca3f7 Mon Sep 17 00:00:00 2001 From: Diego Cohen Date: Tue, 5 Dec 2023 10:15:36 -0500 Subject: [PATCH] Move bottom padding to searchContainerInner Box --- src/components/SearchForm/SearchForm.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/SearchForm/SearchForm.tsx b/src/components/SearchForm/SearchForm.tsx index 0de9cca4c..4e77c4a87 100644 --- a/src/components/SearchForm/SearchForm.tsx +++ b/src/components/SearchForm/SearchForm.tsx @@ -53,13 +53,12 @@ const SearchForm = ({ loading }: SearchFormProps) => { return ( - + {loading ? ( ) : ( <> @@ -102,7 +101,7 @@ const SearchForm = ({ loading }: SearchFormProps) => { }} /> - + {/* Temporary color update. The Header overrides the new DS 2.X CSS color variable values. */}