style: change button and badge font-weight to semi-bold (600)

This commit is contained in:
Florian Schroedl
2026-03-11 16:55:18 +01:00
parent 9f3ebe453f
commit e01cb075c6
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
gap: var(--size-1);
padding: var(--size-1) var(--size-3);
font-size: var(--font-sm);
font-weight: 500;
font-weight: 600;
line-height: var(--size-5);
border-radius: 9999px;
background: var(--accent);