From 2595d27221ca6fbbf75773a6491bea0b54f8587a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Thu, 26 Feb 2026 18:40:19 +0800 Subject: [PATCH] fix: remove outline button default hover to enable group-hover --- src/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx index 290f54d..caf5ac0 100644 --- a/src/components/ui/button.tsx +++ b/src/components/ui/button.tsx @@ -16,7 +16,7 @@ const buttonVariants = cva( destructive: "bg-[#C41E3A] text-white hover:bg-[#A01830] focus-visible:ring-[#C41E3A]", outline: - "border-2 border-[#1C1C1C] bg-transparent text-[#1C1C1C] hover:bg-[#F5F5F5] hover:shadow-[0_2px_8px_rgba(28,28,28,0.15)]", + "border-2 border-[#1C1C1C] bg-transparent text-[#1C1C1C]", ghost: "text-[#3D3D3D] hover:bg-[#F5F5F5] hover:text-[#1C1C1C]", link: