feat: Add new composer

This commit is contained in:
Jesse Wierzbinski 2024-11-30 19:15:23 +01:00
parent 49d356e2ab
commit 4dfbd845d3
No known key found for this signature in database
40 changed files with 584 additions and 222 deletions

View file

@ -7,7 +7,7 @@ export const buttonVariants = cva(
variants: {
variant: {
default:
"bg-primary text-primary2-foreground shadow hover:bg-primary/90",
"bg-primary text-primary-foreground shadow hover:bg-primary/90",
destructive:
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
outline: