From fe36f7aba9e9fc0d8c2a566c5809fc87b9e5a2e5 Mon Sep 17 00:00:00 2001 From: maiieul Date: Fri, 11 Oct 2024 11:38:48 +0200 Subject: [PATCH] refactor: colors #2 --- apps/website/src/components/doc-search/doc-search.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/website/src/components/doc-search/doc-search.tsx b/apps/website/src/components/doc-search/doc-search.tsx index 4418e27af..623c4c7fb 100644 --- a/apps/website/src/components/doc-search/doc-search.tsx +++ b/apps/website/src/components/doc-search/doc-search.tsx @@ -313,7 +313,7 @@ export const DocSearch = component$(() => { )} { An unexpected error has occurred. If this happens regularly, please create an{' '} @@ -343,8 +343,7 @@ export const DocSearch = component$(() => { ) : // No result input.value && !loading.value && !result.value.length ? (

- No results for " - {input.value}" + No results for "{input.value}"

) : // Result input.value && result.value.length ? ( @@ -365,7 +364,7 @@ export const DocSearch = component$(() => { getPrevItem()?.relation !== 'page' ? 'mt-6' : item.relation === 'child' - ? 'border-l-2 border-l-slate-200 pl-2 pt-2.5 dark:border-l-slate-800' + ? 'border-l-2 pl-2 pt-2.5' : 'mt-2.5'), )} >