From fd6a1822f4393ac29095e8134eaedc22845d4839 Mon Sep 17 00:00:00 2001 From: ajdj100 Date: Tue, 16 Dec 2025 23:31:30 -0500 Subject: [PATCH] tweaked button primary hover state --- ui/src/components/ui/button/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: