Commit c43bcdc
authored
fix Button contradictory ARIA on non-link variant (#2430)
The non-link Button variant set role="button" together with accessible={false},
which makes screen readers ignore the role. Removing accessible={false} so the
button is exposed to assistive technology.1 parent 27c03ff commit c43bcdc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments