aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorMahesh Sanikommu <[email protected]>2026-01-13 17:53:28 -0800
committerGitHub <[email protected]>2026-01-13 17:53:28 -0800
commit641db19e35009e22b101f9e673a3af4528de2a30 (patch)
tree698f9c3c22efed5f4061ef7e89b4963da150440a /packages
parentreproduce (diff)
downloadsupermemory-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.tsx2
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",