diff --git a/src/@/components/ui/badge.tsx b/src/@/components/ui/badge.tsx index 0cae797..c8b099d 100644 --- a/src/@/components/ui/badge.tsx +++ b/src/@/components/ui/badge.tsx @@ -9,7 +9,7 @@ const badgeVariants = cva( variants: { variant: { default: - "border-transparent bg-primary text-primary-foreground", + "border-transparent bg-accent text-accent-foreground", secondary: "border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80", destructive: