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: