Skip to content
Snippets Groups Projects
Commit dd53a849 authored by Julien MARGAIL's avatar Julien MARGAIL
Browse files

Merge branch 'feat/seach' into 'main'

search configuration

See merge request onegeo-suite/libs/gatsby-theme-onegeo!25
parents 03d402c3 0aaefcd4
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@ const Hero = (props: Props) => {
},
options?.search
)}
{...options?.search}
/>
)}
......
......@@ -74,7 +74,7 @@ const Search = (props: Props) => {
)}
<Combobox.Input
className={twMerge(
"placeholder:text-base-content text-base-content h-12 w-full border-0 bg-transparent pl-11 pr-4 text-sm focus:ring-0 md:text-base",
"placeholder:text-base-content text-base-content h-12 w-full border-0 bg-transparent pl-11 pr-4 text-sm focus:ring-0 md:text-base",
oClass.input
)}
placeholder={placeholder}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment