Skip to content

Commit

Permalink
adds changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrotti committed Jul 25, 2022
1 parent 891e357 commit 104b6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SegmentedControl/SegmentedControlIconButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const SegmentedControlIconButton: React.FC<SegmentedControlIconButtonProp
':not(:last-child) button': borderedSegment
}}
>
<SegmentedControlIconButtonStyled aria-label={ariaLabel} aria-pressed={selected} sx={mergedSx} {...rest}>
<SegmentedControlIconButtonStyled aria-pressed={selected} sx={mergedSx} {...rest}>
<span className="segmentedControl-content">
<Icon />
</span>
Expand Down

0 comments on commit 104b6de

Please sign in to comment.