From 1256abb58832271a133afd63a7969b2c9bbe318d Mon Sep 17 00:00:00 2001 From: SANCHARI SINGH <123357539+Sancharisingh@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:57:13 +0530 Subject: [PATCH] Add primary variant. --- 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 9d85059e0f4..4490788e5d2 100644 --- a/src/components/ui/badge.tsx +++ b/src/components/ui/badge.tsx @@ -18,7 +18,7 @@ const badgeVariants = cva( "border-transparent bg-yellow-400 text-gray-900 shadow hover:bg-yellow-500 dark:bg-yellow-400 dark:text-gray-900 dark:hover:bg-yellow-500", outline: "text-gray-950 dark:text-gray-50", primary: - "border-transparent bg-green-500 text-gray-50 shadow hover:bg-green-500/80 dark:bg-green-900 dark:text-gray-50 dark:hover:bg-green-900/80", + "border-transparent bg-primary-500 text-gray-50 shadow hover:bg-primary-500/80 dark:bg-primary-900 dark:text-gray-50 dark:hover:bg-primary-900/80", }, }, defaultVariants: {