fix: remove outline button default hover to enable group-hover
This commit is contained in:
@@ -16,7 +16,7 @@ const buttonVariants = cva(
|
|||||||
destructive:
|
destructive:
|
||||||
"bg-[#C41E3A] text-white hover:bg-[#A01830] focus-visible:ring-[#C41E3A]",
|
"bg-[#C41E3A] text-white hover:bg-[#A01830] focus-visible:ring-[#C41E3A]",
|
||||||
outline:
|
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:
|
ghost:
|
||||||
"text-[#3D3D3D] hover:bg-[#F5F5F5] hover:text-[#1C1C1C]",
|
"text-[#3D3D3D] hover:bg-[#F5F5F5] hover:text-[#1C1C1C]",
|
||||||
link:
|
link:
|
||||||
|
|||||||
Reference in New Issue
Block a user