mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-02 21:03:34 +03:00
Drop the step-badge contrast override, fixed upstream
main fixed --c-text-subtle in dark (zinc-300 to zinc-250) for exactly the reason this override existed, so the badge no longer needs its own token. The a11y gate reports zero violations either way; reverting keeps the shade the design system intends.
This commit is contained in:
@@ -65,9 +65,7 @@
|
||||
border-radius: 999px;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
/* Muted rather than subtle: at 12px this is body-size text, so it owes WCAG AA. Subtle resolves
|
||||
to #71717a, which is only 3.59:1 on the dark surface; muted clears it in both themes. */
|
||||
color: var(--c-text-muted);
|
||||
color: var(--c-text-subtle);
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user