Skip to content

Commit

Permalink
add success variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordfirespeed committed Jun 21, 2024
1 parent f245ed7 commit 00508b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ui/toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const toastVariants = cva(
default: "border bg-background text-foreground",
destructive:
"destructive group border-destructive bg-destructive text-destructive-foreground",
success:
"success group border-success bg-success text-success-foreground",
},
},
defaultVariants: {
Expand Down

0 comments on commit 00508b7

Please sign in to comment.