mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
add billing alert (#387)
This commit is contained in:
parent
481e81b6f0
commit
b767e6f03d
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue