Skip to content

Commit 204a787

Browse files
committed
fix: 🐛 Removed redundant role="button" from styled button
1 parent 7545b42 commit 204a787

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/ButtonGroup/ButtonGroup.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ export const ButtonGroup = ({
105105
aria-pressed={isActive}
106106
disabled={disabled}
107107
onClick={() => onButtonGroupClickCommonHandler(value)}
108-
role="button"
109108
{...buttonProps}
110109
>
111110
{label}

0 commit comments

Comments
 (0)