From 1f86e6e2389a99e6642b68d3c50069fc776863a5 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 6 Apr 2026 16:50:00 +0200 Subject: [PATCH] fix(a11y): bump result count text to text-base (16px) for senior readability Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/DocumentList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/DocumentList.svelte b/frontend/src/routes/DocumentList.svelte index c0d9d2dc..ef99ac55 100644 --- a/frontend/src/routes/DocumentList.svelte +++ b/frontend/src/routes/DocumentList.svelte @@ -47,7 +47,7 @@ let { {#if total > 0} -

{m.docs_result_count({ count: total })}

+

{m.docs_result_count({ count: total })}

{/if}