feat(events): add deletion button and style toaster for light mode
All checks were successful
container-scan / Container Scan (pull_request) Successful in 11m20s
docker-build / docker (pull_request) Successful in 11m30s
tests / Tests (pull_request) Successful in 8m39s

This commit is contained in:
micha 2025-06-26 12:56:53 +02:00
parent 8bbb7e4c85
commit 42e1b69720
7 changed files with 128 additions and 32 deletions

View file

@ -26,6 +26,8 @@ const buttonVariants = cva(
'border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50 w-32 justify-between font-normal',
ghost:
'hover:bg-accent hover:text-accent-foreground dark:hover:bg-accent/50',
destructive:
'bg-destructive text-text shadow-xs hover:bg-hover-destructive active:bg-active-destructive disabled:bg-disabled-destructive',
},
size: {
default: 'h-9 px-4 py-2 has-[>svg]:px-3',