mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-27 19:25:15 +02:00
refactor(ui): update alert variants and button styles in connector and document upload popups
This commit is contained in:
parent
2fd05d720e
commit
15458157b9
3 changed files with 7 additions and 9 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue