mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-08 16:20:28 +03:00
Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
parent
4d14eb9fb7
commit
3f2c2af351
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue