style(dashboard): bump stats footnote from text-xs to text-sm for legibility

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-31 20:24:47 +02:00
parent 81ed1ce3ed
commit 38b8804b17

View File

@@ -56,7 +56,7 @@ function formatDate(dateStr: string): string {
</div>
{/each}
{#if stats?.totalDocuments != null}
<p data-testid="dashboard-stats-footnote" class="mt-4 font-sans text-xs text-ink-3">
<p data-testid="dashboard-stats-footnote" class="mt-4 font-sans text-sm text-ink-3">
{stats.totalDocuments}
{m.dashboard_stats_documents()} · {stats.totalPersons}
{m.dashboard_stats_persons()}