diff --git a/src/components/LinkButton/index.astro b/src/components/LinkButton/index.astro index 6657925766..de57d5e05f 100644 --- a/src/components/LinkButton/index.astro +++ b/src/components/LinkButton/index.astro @@ -20,7 +20,7 @@ switch (variant) { --- diff --git a/src/components/SearchForm/index.astro b/src/components/SearchForm/index.astro index 67b81db33b..fc5a1e3950 100644 --- a/src/components/SearchForm/index.astro +++ b/src/components/SearchForm/index.astro @@ -10,7 +10,7 @@ const t = await getUiTranslator(currentLocale); action={`${currentLocale === "en" ? "" : `/${currentLocale}`}/search`} method="GET" role="search" - class="relative w-full h-full text-accent-type-color bg-accent-color border-accent-type-color border rounded-[20px] !mx-0" + class="relative w-full h-full text-accent-type-color bg-accent-color rounded-[20px] !mx-0" >
@@ -20,14 +20,14 @@ const t = await getUiTranslator(currentLocale); type="search" placeholder={t("Search") as string} name="term" - class="placeholder-accent-type-color bg-transparent pl-gutter-md py-[6px] md:py-[4px] lg:py-[8px] w-full rounded-[20px] focus:outline-0 peer" + class="border-accent-type-color border outline-offset-0 placeholder-accent-type-color bg-transparent pl-gutter-md py-[6px] md:py-[4px] lg:py-[8px] h-full w-full rounded-[20px] peer" aria-label="Search through site content" required />