summaryrefslogtreecommitdiff
path: root/components/ui/alert.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/ui/alert.tsx')
-rw-r--r--components/ui/alert.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/ui/alert.tsx b/components/ui/alert.tsx
index 5afd41d1..e3292bb0 100644
--- a/components/ui/alert.tsx
+++ b/components/ui/alert.tsx
@@ -11,6 +11,9 @@ const alertVariants = cva(
default: "bg-background text-foreground",
destructive:
"border-destructive/50 text-destructive dark:border-destructive [&>svg]:text-destructive",
+ // success 추가
+ success:
+ "border-green-500/30 bg-green-50 text-green-700 [&>svg]:text-green-600",
},
},
defaultVariants: {