diff --git a/src/app/components/emoji-board/components/Sidebar.tsx b/src/app/components/emoji-board/components/Sidebar.tsx index de22b4832..be8065604 100644 --- a/src/app/components/emoji-board/components/Sidebar.tsx +++ b/src/app/components/emoji-board/components/Sidebar.tsx @@ -61,7 +61,7 @@ function SidebarBtn({ delay={500} position="Left" tooltip={ - + {label} } @@ -69,7 +69,7 @@ function SidebarBtn({ {(ref) => ( onClick(id)} size="400" diff --git a/src/app/features/call/CallControls.tsx b/src/app/features/call/CallControls.tsx index 31f45d9a5..debe02909 100644 --- a/src/app/features/call/CallControls.tsx +++ b/src/app/features/call/CallControls.tsx @@ -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" > diff --git a/src/app/features/lobby/Lobby.tsx b/src/app/features/lobby/Lobby.tsx index 0e3c79141..0eff1dae4 100644 --- a/src/app/features/lobby/Lobby.tsx +++ b/src/app/features/lobby/Lobby.tsx @@ -451,7 +451,6 @@ export function Lobby() { radii="Pill" outlined size="300" - aria-label="Scroll to Top" > diff --git a/src/app/features/lobby/LobbyHeader.tsx b/src/app/features/lobby/LobbyHeader.tsx index 941a75b36..75c543058 100644 --- a/src/app/features/lobby/LobbyHeader.tsx +++ b/src/app/features/lobby/LobbyHeader.tsx @@ -244,7 +244,9 @@ export function LobbyHeader({ showProfile, powerLevels }: LobbyHeaderProps) { fill="None" onClick={handleOpenMenu} ref={triggerRef} - aria-pressed={!!menuAnchor} + aria-label="More options" + aria-expanded={!!menuAnchor} + aria-haspopup="menu" >