From 68b0081f6e043356d2cde751a6053b3cb4c8e90e Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 15 Feb 2024 21:14:00 +0100 Subject: [PATCH] Fixed outline button hover color --- src/frontend/src/components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/src/components/ui/button.tsx b/src/frontend/src/components/ui/button.tsx index aa951b0bb..a43ce3359 100644 --- a/src/frontend/src/components/ui/button.tsx +++ b/src/frontend/src/components/ui/button.tsx @@ -12,7 +12,7 @@ const buttonVariants = cva( destructive: "bg-destructive text-destructive-foreground hover:bg-destructive/90", outline: - "border border-input hover:bg-accent hover:text-accent-foreground", + "border border-input hover:bg-input hover:text-accent-foreground", primary: "border bg-background text-secondary-foreground hover:bg-secondary-foreground/5 dark:hover:bg-background/10 hover:shadow-sm", secondary: