feat: Add CW rendering

This commit is contained in:
Jesse Wierzbinski 2024-12-07 15:16:45 +01:00
parent 80ad22c395
commit 7372882905
No known key found for this signature in database
6 changed files with 64 additions and 29 deletions

View file

@ -12,6 +12,8 @@ export const alertVariants = cva(
default: "bg-background text-foreground",
destructive:
"border-destructive/50 text-destructive dark:border-destructive [&>svg]:text-destructive",
warning:
"border-warning/50 text-warning dark:border-warning [&>svg]:text-warning",
},
},
defaultVariants: {