From 45490ebaac849789847ca1f31ff9d5353f215a33 Mon Sep 17 00:00:00 2001 From: Marcel Date: Wed, 15 Apr 2026 15:16:37 +0200 Subject: [PATCH] fix(a11y): increase nav label font size from 9px to 11px in EntityNavSection text-[9px] is below WCAG practical minimum and unreadable for senior users. Changed all three occurrences (tablet button count, desktop link label, flyout link label) to text-[11px]. Fixes @leonievoss: "text-[9px] is below 12px minimum" Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/admin/EntityNavSection.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/admin/EntityNavSection.svelte b/frontend/src/routes/admin/EntityNavSection.svelte index c255403e..4eb54fb4 100644 --- a/frontend/src/routes/admin/EntityNavSection.svelte +++ b/frontend/src/routes/admin/EntityNavSection.svelte @@ -40,7 +40,7 @@ let { > {@render icon()} {#if count !== undefined} - {count} {/if} @@ -62,7 +62,7 @@ let { > {/if} {label} @@ -83,7 +83,7 @@ let { > {/if} {label}