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:
@@ -3,9 +3,9 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
gap: var(--size-1);
|
gap: var(--size-1);
|
||||||
padding: var(--size-1) var(--size-3);
|
padding: var(--size-1) var(--size-3);
|
||||||
font-size: var(--font-xs);
|
font-size: var(--font-sm);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
line-height: 1.5;
|
line-height: var(--size-5);
|
||||||
border-radius: 9999px;
|
border-radius: 9999px;
|
||||||
background: var(--accent);
|
background: var(--accent);
|
||||||
color: var(--fg-on-accent);
|
color: var(--fg-on-accent);
|
||||||
|
|||||||
Reference in New Issue
Block a user