a11y(transcription): bump @mention search input to text-base (16 px floor)
The senior-audience body-text floor is 16 px (CLAUDE.md §Dual-Audience). The search input was the smallest non-metadata text in the dropdown at text-sm (14 px), even though it is the primary write surface a 60+ transcriber types into. Bumping to text-base costs ~2 px of popover header height and closes the "I can't read what I'm typing" complaint that historically tops senior-usability tests of search bars. Leonie FINDING-MENTION-006 on PR #629. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -182,7 +182,7 @@ function selectItem(item: Person) {
|
||||
type="search"
|
||||
data-test-search-input
|
||||
maxlength={MAX_QUERY_LENGTH}
|
||||
class="min-h-[44px] w-full bg-transparent font-sans text-sm text-ink placeholder:text-ink-3 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:ring-inset"
|
||||
class="min-h-[44px] w-full bg-transparent font-sans text-base text-ink placeholder:text-ink-3 focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-navy focus-visible:ring-inset"
|
||||
placeholder={m.person_mention_search_prompt()}
|
||||
bind:value={searchQuery}
|
||||
oninput={() => {
|
||||
|
||||
Reference in New Issue
Block a user