design system token v0.5

This commit is contained in:
Juan
2026-04-16 10:58:11 -05:00
parent c4cc5a78b9
commit b8168261a1
7 changed files with 12 additions and 12 deletions

View File

@@ -3,12 +3,12 @@ import { cva, type VariantProps } from 'class-variance-authority'
import { cn } from '@/lib/utils'
const sectionVariants = cva('py-16', {
const sectionVariants = cva('py-10', {
variants: {
variant: {
default: '',
highlighted: 'bg-card dark:bg-muted',
accent: 'bg-primary/5',
highlighted: 'bg-card my-8',
accent: 'bg-primary/5 my-8',
},
width: {
narrow: 'max-w-3xl mx-auto',