Skip to content

Commit

Permalink
style(button.jsx): change defulat color
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadj-Said-Bouras committed Nov 28, 2023
1 parent 8fda768 commit ede2e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/button/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

1 comment on commit ede2e25

@vercel
Copy link

@vercel vercel bot commented on ede2e25 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.