refactor(ui): update alert variants and button styles in connector and document upload popups

This commit is contained in:
Anish Sarkar 2026-05-21 19:16:17 +05:30
parent 2fd05d720e
commit 15458157b9
3 changed files with 7 additions and 9 deletions

View file

@ -14,7 +14,7 @@ const buttonVariants = cva(
"bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:focus-visible:ring-destructive/40",
outline:
"border border-input bg-background shadow-xs hover:bg-accent hover:text-accent-foreground",
secondary: "bg-secondary text-secondary-foreground shadow-xs hover:bg-secondary/80",
secondary: "bg-accent text-accent-foreground shadow-xs hover:bg-accent/80",
ghost:
"hover:bg-accent hover:text-accent-foreground focus-visible:ring-0 focus-visible:ring-offset-0",
link: "text-primary underline-offset-4 hover:underline",