design system token v0.4

This commit is contained in:
Juan
2026-04-13 17:46:30 -05:00
parent f7acb63782
commit c1d4d55333
11 changed files with 33 additions and 12 deletions

View File

@@ -7,7 +7,7 @@ const sectionVariants = cva('py-16', {
variants: {
variant: {
default: '',
highlighted: 'bg-muted',
highlighted: 'bg-card dark:bg-muted',
accent: 'bg-primary/5',
},
width: {