chore: add missing aria labels

This commit is contained in:
Ilia Mashkov
2026-04-19 19:14:49 +03:00
parent b792dde7cb
commit 2a51f031cc
4 changed files with 4 additions and 1 deletions
@@ -86,6 +86,7 @@ const fontBName = $derived(comparisonStore.fontB?.name ?? '');
variant="underline"
size="lg"
placeholder="The quick brown fox..."
aria-label="Preview text"
fullWidth
/>
</div>
@@ -13,6 +13,7 @@ import { SearchBar } from '$shared/ui';
id="font-search"
class="w-full"
placeholder="Typeface Search"
aria-label="Search typefaces"
bind:value={filterManager.queryValue}
fullWidth
/>