mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add aria-label to incoming call bar buttons
This commit is contained in:
@@ -44,6 +44,7 @@ const CallButton = ({
|
||||
return (
|
||||
<Tooltip content={tooltipContent} theme={Theme.Dark}>
|
||||
<button
|
||||
aria-label={tooltipContent}
|
||||
className={`module-incoming-call__button module-incoming-call__button--${classSuffix}`}
|
||||
onClick={onClick}
|
||||
tabIndex={tabIndex}
|
||||
|
||||
Reference in New Issue
Block a user