feat(events): add deletion button and style toaster for light mode
This commit is contained in:
parent
8bbb7e4c85
commit
42e1b69720
7 changed files with 128 additions and 32 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue