From ede2e255636b5dd3414d0447b33107b937163a4a Mon Sep 17 00:00:00 2001 From: Hadj Said Bouras Date: Tue, 28 Nov 2023 10:13:40 +0100 Subject: [PATCH] style(button.jsx): change defulat color --- src/components/button/Button.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/button/Button.jsx b/src/components/button/Button.jsx index 4b7b205..8b86af7 100644 --- a/src/components/button/Button.jsx +++ b/src/components/button/Button.jsx @@ -8,7 +8,7 @@ const buttonVariantStyle = cva( variants: { variant: { default: - "bg-green text-white hover:opacity-90 active:ring-2 active:ring-green ", + "bg-lime-600 text-white hover:opacity-90 active:ring-2 active:ring-green ", outlinePrimary: "bg-transparent border-2 border-green text-green hover:bg-emerald-100 active:ring-2 active:ring-green ", outlineSecondary: