add billing alert (#387)
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user