add billing alert (#387)

This commit is contained in:
Kerem Yilmaz 2024-05-29 10:34:19 -07:00 committed by GitHub
parent 481e81b6f0
commit b767e6f03d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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