summaryrefslogtreecommitdiff
path: root/components/ui/badge.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'components/ui/badge.tsx')
-rw-r--r--components/ui/badge.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/ui/badge.tsx b/components/ui/badge.tsx
index ddf9c287..8f3fe7d2 100644
--- a/components/ui/badge.tsx
+++ b/components/ui/badge.tsx
@@ -17,6 +17,8 @@ const badgeVariants = cva(
outline: "text-foreground",
success:
"border-transparent bg-green-500 text-white shadow hover:bg-green-600",
+ samsung:
+ "border-transparent bg-blue-500 text-white shadow hover:bg-blue-600",
},
},
defaultVariants: {