Revert "feat(topbar): double all font sizes and increase bar height for legibility"
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) Failing after 1m22s
CI / Backend Unit Tests (pull_request) Failing after 2m35s
CI / E2E Tests (pull_request) Failing after 1h16m54s

This reverts commit 1d2e6d7b86.
This commit is contained in:
Marcel
2026-04-01 09:04:24 +02:00
parent 1d2e6d7b86
commit 965087b787
7 changed files with 14 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ let { extraCount }: Props = $props();
<span
aria-hidden="true"
class="inline-flex shrink-0 items-center rounded-full border border-line bg-muted px-2 py-0.5 text-[18px] font-bold text-ink-2"
class="inline-flex shrink-0 items-center rounded-full border border-line bg-muted px-2 py-0.5 text-[9px] font-bold text-ink-2"
>
+{extraCount}
</span>