diff options
| author | Mahesh Sanikommu <[email protected]> | 2026-01-13 17:53:28 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-13 17:53:28 -0800 |
| commit | 641db19e35009e22b101f9e673a3af4528de2a30 (patch) | |
| tree | 698f9c3c22efed5f4061ef7e89b4963da150440a /packages | |
| parent | reproduce (diff) | |
| download | supermemory-641db19e35009e22b101f9e673a3af4528de2a30.tar.xz supermemory-641db19e35009e22b101f9e673a3af4528de2a30.zip | |
chore: quick bugs squash across the elements and added few more changes (#671)
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/components/button.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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", |