Feat: Change deck management UI

This commit is contained in:
zuma 2025-02-12 15:31:51 +01:00
parent 36439c0837
commit 3a766620b7
21 changed files with 1955 additions and 187 deletions

View file

@ -10,11 +10,11 @@ const buttonVariants = cva(
variants: {
variant: {
default:
"bg-primary text-primary-foreground shadow hover:bg-primary/90",
"bg-orange-500 text-primary-foreground shadow hover:bg-orange-400",
destructive:
"bg-destructive text-destructive-foreground shadow-sm hover:bg-destructive/90",
outline:
"border border-input bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
"border border-orange-500 bg-background shadow-sm hover:bg-accent hover:text-accent-foreground",
secondary:
"bg-secondary text-secondary-foreground shadow-sm hover:bg-secondary/80",
ghost: "hover:bg-accent hover:text-accent-foreground",