From 714102eb25127b1a15e5ac10e45bf1feacd2f7c7 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Fri, 8 Aug 2025 15:26:51 +0400 Subject: [PATCH] style: make badge darker on light theme --- 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 bd972f8..800bcda 100644 --- a/src/components/ui/badge.tsx +++ b/src/components/ui/badge.tsx @@ -12,7 +12,7 @@ const badgeVariants = cva( default: "border-transparent bg-primary text-primary-foreground [a&]:hover:bg-primary/90", secondary: - "border-transparent bg-secondary/60 text-secondary-foreground [a&]:hover:bg-secondary/90", + "border-transparent bg-secondary dark:bg-secondary/60 text-secondary-foreground [a&]:hover:bg-secondary/90", destructive: "border-transparent bg-destructive text-white [a&]:hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60", outline: