From 22e9ff866f8bd7e2e4ca82eae70969ea4f2658df Mon Sep 17 00:00:00 2001 From: Amanda Johnston <90629384+amandaejohnston@users.noreply.github.com> Date: Thu, 19 Jan 2023 14:50:05 -0600 Subject: [PATCH] fix(action-sheet): button icons are not announced by screen readers (#26640) --- core/src/components/action-sheet/action-sheet.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/src/components/action-sheet/action-sheet.tsx b/core/src/components/action-sheet/action-sheet.tsx index 5c1dcc26617..fa6861928b0 100644 --- a/core/src/components/action-sheet/action-sheet.tsx +++ b/core/src/components/action-sheet/action-sheet.tsx @@ -287,7 +287,7 @@ export class ActionSheet implements ComponentInterface, OverlayInterface { {buttons.map((b) => (