Skip to content

Commit

Permalink
fix(fcc): Leave meeting button accessibility issue. (#847)
Browse files Browse the repository at this point in the history
Co-authored-by: parv_gour <parv_gour@PAGOUR-M-D8B2>
  • Loading branch information
pagour98 and parv_gour authored Dec 3, 2024
1 parent d47a00d commit 1cdf594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WebexMeetingControl/WebexMeetingControl.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function renderButton(sc, action, display, style, showText, asItem, autoFocus, t
size={48}
isDisabled={isDisabled}
onClick={action}
ariaLabel={text}
ariaLabel={text || tooltip}
pressed={isActive && type === 'TOGGLE'}
tooltip={tooltip}
autoFocus={autoFocus}
Expand Down

0 comments on commit 1cdf594

Please sign in to comment.