fix(ui): migrate to --v2-font-family-sans variable and improve home empty state (#29552)

This commit is contained in:
Brendan Allan 2026-05-27 17:18:52 +08:00 committed by GitHub
commit e2dc89c6f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 139 additions and 137 deletions

View file

@ -10,7 +10,7 @@
[data-slot="checkbox-v2-error"] {
color: var(--state-fg-danger);
font-family: var(--font-family-sans);
font-family: var(--v2-font-family-sans);
font-size: 12px;
font-weight: var(--font-weight-regular);
line-height: var(--line-height-normal);
@ -90,7 +90,7 @@
display: inline-flex;
user-select: none;
color: inherit;
font-family: var(--font-family-sans);
font-family: var(--v2-font-family-sans);
font-style: normal;
font-weight: 440;
font-variant-numeric: tabular-nums;
@ -109,7 +109,7 @@
[data-slot="checkbox-v2-description"] {
color: var(--text-text-muted);
font-family: var(--font-family-sans);
font-family: var(--v2-font-family-sans);
font-size: 11px;
font-weight: 440;
line-height: 1;