fix(a11y): fix remaining unlabeled icon buttons and portaled tooltip issue\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

This commit is contained in:
Lotus Bot
2026-05-21 13:04:11 -04:00
parent f867a5b578
commit d93d3719a6
4 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -351,7 +351,9 @@ export function CallControls({ callEmbed }: CallControlsProps) {
size="400"
onClick={handleOpenMenu}
outlined
aria-pressed={!!cords}
aria-label="More options"
aria-expanded={!!cords}
aria-haspopup="menu"
>
<Icon size="400" src={Icons.VerticalDots} />
</IconButton>