diff --git a/ui/src/components/ui/button/index.js b/ui/src/components/ui/button/index.js index 8e62be2..2650455 100644 --- a/ui/src/components/ui/button/index.js +++ b/ui/src/components/ui/button/index.js @@ -8,7 +8,7 @@ export const buttonVariants = cva( variants: { variant: { default: - "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90", + "bg-primary text-primary-foreground shadow-xs hover:bg-primary/70", 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", outline: