From febaec3220ebfb30d03cefb6985b8f092ebc8eb4 Mon Sep 17 00:00:00 2001 From: andrzej Date: Mon, 24 Jun 2024 11:53:48 +0200 Subject: [PATCH] make badge more legible --- src/@/components/ui/badge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: