feat(ui): add aurora button variants with glow effects
This commit is contained in:
parent
a8079813b8
commit
4ea6f38e09
2 changed files with 55 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue