♿️(frontend) add missing aria-label to screenshare button
Add accessibility label to screenshare control button to ensure screen readers can properly announce the button's function to users with visual impairments.
This commit is contained in:
committed by
aleb_the_flash
parent
e0fe78e3fa
commit
381b7c4eb7
@@ -40,6 +40,7 @@ export const ScreenShareToggle = ({
|
||||
isDisabled={!canShareScreen}
|
||||
square
|
||||
variant={variant}
|
||||
aria-label={t(tooltipLabel)}
|
||||
tooltip={t(tooltipLabel)}
|
||||
onPress={(e) => {
|
||||
buttonProps.onClick?.(
|
||||
|
||||
Reference in New Issue
Block a user