From 38b8804b176fbf4a1141bf6cd8af62b3d96c9975 Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 31 Mar 2026 20:24:47 +0200 Subject: [PATCH] style(dashboard): bump stats footnote from text-xs to text-sm for legibility Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/lib/components/DashboardRecentDocuments.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/DashboardRecentDocuments.svelte b/frontend/src/lib/components/DashboardRecentDocuments.svelte index 287fa472..bfe10e0f 100644 --- a/frontend/src/lib/components/DashboardRecentDocuments.svelte +++ b/frontend/src/lib/components/DashboardRecentDocuments.svelte @@ -56,7 +56,7 @@ function formatDate(dateStr: string): string { {/each} {#if stats?.totalDocuments != null} -

+

{stats.totalDocuments} {m.dashboard_stats_documents()} ยท {stats.totalPersons} {m.dashboard_stats_persons()}