️(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:
lebaudantoine
2025-09-16 14:30:41 +02:00
committed by aleb_the_flash
parent e0fe78e3fa
commit 381b7c4eb7

View File

@@ -40,6 +40,7 @@ export const ScreenShareToggle = ({
isDisabled={!canShareScreen}
square
variant={variant}
aria-label={t(tooltipLabel)}
tooltip={t(tooltipLabel)}
onPress={(e) => {
buttonProps.onClick?.(