Skip to content

Commit 104b6de

Browse files
committed
adds changeset
1 parent 891e357 commit 104b6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SegmentedControl/SegmentedControlIconButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const SegmentedControlIconButton: React.FC<SegmentedControlIconButtonProp
4949
':not(:last-child) button': borderedSegment
5050
}}
5151
>
52-
<SegmentedControlIconButtonStyled aria-label={ariaLabel} aria-pressed={selected} sx={mergedSx} {...rest}>
52+
<SegmentedControlIconButtonStyled aria-pressed={selected} sx={mergedSx} {...rest}>
5353
<span className="segmentedControl-content">
5454
<Icon />
5555
</span>

0 commit comments

Comments
 (0)