Skip to content

Commit

Permalink
fix: sets the transparent background to false again
Browse files Browse the repository at this point in the history
  • Loading branch information
mholthausen authored and simonseyock committed May 6, 2024
1 parent e73bfa7 commit aad694f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Button/ToggleButton/ToggleButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const ToggleButton: React.FC<ToggleButtonProps> = ({
value,
onClick,
onChange = () => {},
buttonTransparent = true,
buttonTransparent = false,
...passThroughProps
}) => {

Expand Down

0 comments on commit aad694f

Please sign in to comment.