Skip to content

Commit

Permalink
Fix #6061: MultiStateCheckbox className on root element
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Feb 29, 2024
1 parent a2a2f11 commit 72196ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/multistatecheckbox/MultiStateCheckbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const MultiStateCheckbox = React.memo(
{
ref: elementRef,
id: props.id,
className: cx('root'),
className: classNames(props.className, cx('root')),
style: props.style,
onClick: onClick
},
Expand Down

0 comments on commit 72196ba

Please sign in to comment.