Skip to content

Commit

Permalink
refactor(ButtonPrimary): darken active background
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed Jul 16, 2024
1 parent ac96ca5 commit c2eff21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ButtonPrimary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ButtonPrimary = forwardRef(function ButtonPrimary(
className,
"font-medium",
color === "neutral" &&
"bg-ui-neutral-900 text-ui-neutral-50 active:bg-ui-neutral-800",
"bg-ui-neutral-900 text-ui-neutral-50 active:bg-ui-neutral-950",
color === "accent" &&
"bg-ui-accent-600 text-ui-accent-50 active:bg-ui-accent-700",
)}
Expand Down

0 comments on commit c2eff21

Please sign in to comment.