Skip to content

Commit

Permalink
perf: prefer dark over light
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastián García authored Sep 6, 2024
1 parent 8a4b86a commit aae4a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/elements/button/button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Button = React.forwardRef<Comp, Props>(
className,
variant,
ripple = true,
rippleColor = 'light',
rippleColor = 'dark',
size,
outline,
rounded,
Expand Down

0 comments on commit aae4a5a

Please sign in to comment.