fix(tag-input): increase suggestion item padding to py-3 for 44px touch target

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-17 12:09:20 +02:00
parent 5120dd19a1
commit 1b617aa08b

View File

@@ -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'