Skip to content

Commit

Permalink
fix: screenreader iPhone dismiss bug (#15906)
Browse files Browse the repository at this point in the history
* fix: iphone dismiss bug

* fix: dismiss aria-label
  • Loading branch information
andreancardona committed Mar 11, 2024
1 parent d10f16b commit 1de4a99
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export const WithActions = () => {
iconDescription="Dismiss"
hasIconOnly
renderIcon={Close}
aria-label="Dismiss"
/>
);

Expand Down Expand Up @@ -218,6 +219,7 @@ export const WithInteractiveItemsAndActions = () => {
iconDescription="Dismiss"
hasIconOnly
renderIcon={Close}
aria-label="Dismiss"
/>
);

Expand Down

0 comments on commit 1de4a99

Please sign in to comment.