Update src/app/features/room-nav/RoomNavItem.tsx

Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
Jaggar
2025-06-17 11:36:43 -05:00
committed by GitHub
parent 4d14eb9fb7
commit 3f2c2af351

View File

@@ -394,7 +394,7 @@ export function RoomNavItem({
ref={triggerRef}
data-testid="chat-button"
onClick={handleChatButtonClick}
aria-pressed={isChatOpen}
aria-pressed={isChatOpen && selected}
variant="Background"
fill="None"
size="300"