style(#145): bump dashboard widget content links to text-lg
Some checks failed
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Successful in 2m38s
CI / Backend Unit Tests (pull_request) Failing after 2m20s
CI / E2E Tests (pull_request) Failing after 1h16m46s

Box content links (document titles, actor names) raised from text-sm to
text-lg for improved readability and touch target size. "Show all" stays
at text-sm to maintain hierarchy — box links are the primary action.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-29 12:18:13 +02:00
parent 5bdd26c792
commit adba3058b4
3 changed files with 4 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ function formatDate(dateStr: string): string {
<div class="flex items-center justify-between border-b border-line py-2 last:border-0">
<a
href="/documents/{doc.id}"
class="font-serif text-sm text-ink hover:text-ink-2 hover:underline"
class="font-serif text-lg text-ink hover:text-ink-2 hover:underline"
>
{doc.title}
</a>