feat(ui): add aurora button variants with glow effects

This commit is contained in:
zenchantlive 2026-02-26 15:17:45 -08:00
parent a8079813b8
commit 4ea6f38e09
2 changed files with 55 additions and 0 deletions

View file

@ -19,6 +19,10 @@ const buttonVariants = cva(
"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
ghost: "hover:bg-accent hover:text-accent-foreground",
link: "text-primary underline-offset-4 hover:underline",
aurora: "btn-aurora",
"aurora-primary": "btn-aurora-primary",
"aurora-success": "btn-aurora-success",
"aurora-danger": "btn-aurora-danger",
},
size: {
default: "h-9 px-4 py-2",