diff --git a/frontend/src/routes/search/SmartModeToggle.svelte b/frontend/src/routes/search/SmartModeToggle.svelte index bb9f7c35..a7155bcc 100644 --- a/frontend/src/routes/search/SmartModeToggle.svelte +++ b/frontend/src/routes/search/SmartModeToggle.svelte @@ -19,7 +19,7 @@ function toggle() { type="button" aria-pressed={smartMode} onclick={toggle} - class="pointer-events-auto absolute top-1/2 right-2 flex -translate-y-1/2 cursor-pointer items-center gap-1.5 rounded-full px-2.5 py-1 text-[7.5px] font-bold uppercase outline-none focus-visible:ring-2 focus-visible:ring-brand-navy {smartMode + class="pointer-events-auto absolute top-1/2 right-2 flex -translate-y-1/2 cursor-pointer items-center gap-1.5 rounded-full px-2.5 py-1 text-xs font-bold uppercase outline-none focus-visible:ring-2 focus-visible:ring-brand-navy {smartMode ? 'border border-primary bg-primary text-primary-fg' : 'border border-line bg-muted text-ink-2'}" > @@ -27,7 +27,7 @@ function toggle() { aria-hidden="true" viewBox="0 0 24 24" fill="currentColor" - class="h-2.5 w-2.5" + class="h-3.5 w-3.5" xmlns="http://www.w3.org/2000/svg" > diff --git a/frontend/src/routes/search/SmartSearchStatus.svelte b/frontend/src/routes/search/SmartSearchStatus.svelte index 80a0a1d5..d6444a7e 100644 --- a/frontend/src/routes/search/SmartSearchStatus.svelte +++ b/frontend/src/routes/search/SmartSearchStatus.svelte @@ -33,7 +33,7 @@ const body = $derived( class="h-9 w-9 rounded-full border-[3px] border-primary/12 border-t-primary motion-safe:animate-spin" >

{m.search_loading_nl()}

-

+

{m.search_loading_nl_sub()}