Skip to content

Commit

Permalink
feat: remove the role prop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-aiello-appfolio committed Oct 18, 2023
1 parent 266d6c3 commit c94db6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const Button = ({
<RsButton
{...props}
disabled={disabled}
role="button"
aria-disabled={disabled}
aria-label={ariaLabel}
aria-labelledby={ariaLabelledBy || undefined}
Expand Down

0 comments on commit c94db6a

Please sign in to comment.