style: flipping cards as background

This commit is contained in:
Riccardo
2023-12-16 23:27:07 +01:00
parent 9ab92751bd
commit d0028457ef
13 changed files with 284 additions and 32 deletions

View File

@@ -8,7 +8,8 @@ const buttonVariants = cva(
{
variants: {
variant: {
default: 'bg-primary text-primary-foreground hover:bg-primary/90',
default:
'bg-primary text-primary-foreground hover:bg-primary/90 bg-blue-500 hover:bg-blue-700',
destructive:
'bg-destructive text-destructive-foreground hover:bg-destructive/90',
outline: