FE implementation of InteractionNode (#3821)

This commit is contained in:
Jonathan Dobson
2025-10-24 21:12:08 -04:00
committed by GitHub
parent 454c00b10a
commit 2f87e3ab48
14 changed files with 594 additions and 9 deletions

View File

@@ -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: