From 641db19e35009e22b101f9e673a3af4528de2a30 Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Tue, 13 Jan 2026 17:53:28 -0800 Subject: chore: quick bugs squash across the elements and added few more changes (#671) --- packages/ui/components/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/ui/components/button.tsx b/packages/ui/components/button.tsx index e91bd2e7..9d0d6070 100644 --- a/packages/ui/components/button.tsx +++ b/packages/ui/components/button.tsx @@ -18,7 +18,7 @@ const buttonVariants = cva( secondary: "bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80", headers: - "border-[#161F2C] border bg-gradient-to-b from-neutral-900 to-black !text-[14px]", + "border-[#161F2C] border bg-gradient-to-b from-neutral-900 to-black !text-[14px] hover:from-neutral-800 hover:to-neutral-950 hover:border-[#2a3a4f] active:from-neutral-950 active:to-black transition-all", ghost: "hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50", link: "text-primary underline-offset-4 hover:underline", -- cgit v1.2.3