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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user