fix(a11y): bump result count text to text-base (16px) for senior readability
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -47,7 +47,7 @@ let {
|
|||||||
|
|
||||||
<!-- RESULT COUNT -->
|
<!-- RESULT COUNT -->
|
||||||
{#if total > 0}
|
{#if total > 0}
|
||||||
<p class="mb-3 font-sans text-sm text-ink-2">{m.docs_result_count({ count: total })}</p>
|
<p class="mb-3 font-sans text-base text-ink-2">{m.docs_result_count({ count: total })}</p>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<!-- DOCUMENT LIST -->
|
<!-- DOCUMENT LIST -->
|
||||||
|
|||||||
Reference in New Issue
Block a user