FE implementation of InteractionNode (#3821)
This commit is contained in:
@@ -8,7 +8,7 @@ const buttonVariants = cva(
|
||||
default:
|
||||
"bg-primary text-primary-foreground shadow hover:bg-primary/90 font-bold",
|
||||
destructive:
|
||||
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
|
||||
"bg-red-900 text-destructive-foreground shadow-sm hover:bg-destructive/90",
|
||||
disabled:
|
||||
"hover:bg-accent hover:text-accent-foreground opacity-50 pointer-events-none",
|
||||
outline:
|
||||
|
||||
Reference in New Issue
Block a user