summaryrefslogtreecommitdiff
path: root/src/components/ui/button.tsx
diff options
context:
space:
mode:
authorl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-19 16:03:55 +0200
committerl3wdfut4pwr <l3wdfut4pwr@gmail.com>2026-03-19 16:03:55 +0200
commitcdc736b4823a3dda97f2b49c04b8ef7321e7a254 (patch)
tree7834c10be8864477343f95b034ab1d2c357aa0a7 /src/components/ui/button.tsx
parent293df20781b8f0ae6fcbabb1a33b3d1752e494c8 (diff)
add settings page
Diffstat (limited to 'src/components/ui/button.tsx')
-rw-r--r--src/components/ui/button.tsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/ui/button.tsx b/src/components/ui/button.tsx
index 65c1e84..fd25d3c 100644
--- a/src/components/ui/button.tsx
+++ b/src/components/ui/button.tsx
@@ -14,7 +14,10 @@ const buttonVariants = cva(
ghost: '',
link: 'hover:text-light-violet',
icon: 'bg-violet hover:bg-light-violet rounded-[10px] cursor-pointer',
- menu: 'w-[350px] hover:bg-light-violet active:bg-violet active:border-violet rounded-4xl border-2 border-light-violet justify-start',
+ menu: 'w-[350px] h-[42px] hover:bg-light-violet active:bg-violet active:border-violet rounded-4xl border-2 border-light-violet justify-start',
+ menuActive:
+ 'w-[350px] h-[42px] bg-violet border-violet rounded-4xl justify-start',
+ danger: 'bg-violet-darker rounded-4xl hover:bg-light-violet',
},
size: {
sm: 'py-1.75 px-3.75',