diff --git a/frontend/src/lib/components/TagInput.svelte b/frontend/src/lib/components/TagInput.svelte index ac8204e5..416953d6 100644 --- a/frontend/src/lib/components/TagInput.svelte +++ b/frontend/src/lib/components/TagInput.svelte @@ -184,7 +184,7 @@ function handleKeydown(e: KeyboardEvent) { aria-selected={i === activeIndex} tabindex="0" style="padding-left: {s.depth * 16 + 12}px" - class="cursor-pointer py-2 pr-3 text-sm hover:bg-muted {i === activeIndex + class="cursor-pointer py-3 pr-3 text-sm hover:bg-muted {i === activeIndex ? 'bg-muted font-bold text-ink' : s.isDirectMatch ? 'font-medium text-ink-2'