From e002b9c672bdfae0448172afd2a7b063913f2e4e Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Sat, 17 Aug 2024 12:21:44 +0700 Subject: [PATCH] mib --- components/ui/button.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/button.tsx b/components/ui/button.tsx index cfc2cd2e..6a8b4a1b 100644 --- a/components/ui/button.tsx +++ b/components/ui/button.tsx @@ -34,7 +34,7 @@ const buttonStyles = tv( "light/dark": [ "text-bg [--btn-bg:theme(colors.dark)] [--btn-border:theme(colors.dark/90%)] [--btn-hover-overlay:theme(colors.white/10%)]", "dark:[--btn-bg:white] dark:[--btn-hover-overlay:theme(colors.dark/5%)]", - "[--btn-icon:theme(colors.muted.fg)] active:[--btn-icon:theme(colors.background/85%)] hover:[--btn-icon:theme(colors.background/85%)]" + "[--btn-icon:theme(colors.muted.fg)] active:[--btn-icon:theme(colors.bg/85%)] hover:[--btn-icon:theme(colors.bg/85%)]" ], dark: [ "text-light [--btn-bg:theme(colors.dark)] [--btn-border:theme(colors.dark)] [--btn-hover-overlay:theme(colors.light/2.5%)]",