Skip to content

Commit 7d35543

Browse files
committed
fix: revert unrealted commit
1 parent b8e3a3e commit 7d35543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/island-ui/core/src/lib/Button/Button.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Button = forwardRef<
4646
<Box
4747
component={ReaButton}
4848
as={as ? (as as string) : variant === 'text' ? 'span' : 'button'}
49-
role={role ? role : as ? undefined : 'button'}
49+
role={role ? role : as ? 'undefined' : 'button'}
5050
ref={ref}
5151
value={value}
5252
name={name}

0 commit comments

Comments
 (0)