You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Evaluate accent usages — if they only appear in shadcn components for focus/selection highlights, rewrite to primary-subtle/primary-foreground directly. If they serve a distinct semantic role worth keeping, document it in design.md instead.
Delete the compat alias declarations from index.css
Acceptance Criteria
No destructive, popover, or popover-foreground tokens remain in @theme or component code
accent tokens either inlined or documented in design.md with clear distinction from primary-subtle
The CSS has compatibility aliases for shadcn/Radix components that create a parallel vocabulary:
And the accent tokens serve double duty as both shadcn compat and highlight/selection semantics:
Tasks:
text-destructive→text-danger,bg-destructive→bg-dangeretc. in shadcn-origin components (DropdownMenu, AlertDialog, Dialog)bg-popover/text-popover-foreground→bg-background/text-foregroundaccentusages — if they only appear in shadcn components for focus/selection highlights, rewrite toprimary-subtle/primary-foregrounddirectly. If they serve a distinct semantic role worth keeping, document it in design.md instead.index.cssAcceptance Criteria
destructive,popover, orpopover-foregroundtokens remain in@themeor component codeaccenttokens either inlined or documented in design.md with clear distinction fromprimary-subtlepnpm checkspassespnpm testpassesRelated Issues
Important
Internal only — this issue is maintained by the core team and is not accepting external contributions.