fix(badge): increase font size and use token-based line-height

Bump font-size from --font-xs to --font-sm and line-height from
raw 1.5 to --size-5 for better visual sizing matching oat.ink style.
This commit is contained in:
Florian Schroedl
2026-03-03 12:05:14 +01:00
parent 5cb339e04b
commit 6a3fee34c4

View File

@@ -3,9 +3,9 @@
align-items: center;
gap: var(--size-1);
padding: var(--size-1) var(--size-3);
font-size: var(--font-xs);
font-size: var(--font-sm);
font-weight: 500;
line-height: 1.5;
line-height: var(--size-5);
border-radius: 9999px;
background: var(--accent);
color: var(--fg-on-accent);