Skip to content

Commit

Permalink
use row
Browse files Browse the repository at this point in the history
  • Loading branch information
domschab23 committed Oct 31, 2024
1 parent e39e4d0 commit 6062432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ControlButtonGroup/ControlButtonGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function ControlButtonGroup({

const isDOMElement = typeof child.type === 'string';

if (!isDOMElement && child.props.bordered === undefined) {
if (!isDOMElement && row && child.props.bordered === undefined) {
childProps.bordered = true;
}

Expand Down

0 comments on commit 6062432

Please sign in to comment.