Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
farhanlatheef committed Apr 16, 2024
1 parent 8620255 commit b9d6b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const Button = React.forwardRef(
return (
<Tooltip disabled={!tooltipProps} {...tooltipProps}>
<Parent
className={classnames("neeto-ui-btn", "bg-red-500", [className], {
className={classnames("neeto-ui-btn", [className], {
"neeto-ui-btn--style-primary": style === BUTTON_STYLES.primary,
"neeto-ui-btn--style-secondary": style === BUTTON_STYLES.secondary,
"neeto-ui-btn--style-tertiary": style === BUTTON_STYLES.tertiary,
Expand Down

0 comments on commit b9d6b2e

Please sign in to comment.