diff --git a/apps/v4/registry/new-york-v4/ui/button/index.ts b/apps/v4/registry/new-york-v4/ui/button/index.ts index 616d1d3a2..538ca8f2a 100644 --- a/apps/v4/registry/new-york-v4/ui/button/index.ts +++ b/apps/v4/registry/new-york-v4/ui/button/index.ts @@ -10,7 +10,7 @@ export const buttonVariants = cva( default: 'bg-primary text-primary-foreground shadow-xs hover:bg-primary/90', destructive: - 'bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60', + 'bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40 dark:bg-destructive/60 dark:hover:bg-destructive/50', outline: 'border bg-background shadow-xs hover:bg-accent hover:text-accent-foreground dark:bg-input/30 dark:border-input dark:hover:bg-input/50', secondary: