mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-11 17:50:29 +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
7a169fcc0e
commit
f74feec123
1 changed files with 6 additions and 1 deletions
|
|
@ -336,7 +336,12 @@ export function RoomNavItem({
|
||||||
)}
|
)}
|
||||||
</Avatar>
|
</Avatar>
|
||||||
<Box as="span" grow="Yes">
|
<Box as="span" grow="Yes">
|
||||||
<Text priority={unread ? '500' : '300'} as="span" size="Inherit" truncate>
|
<Text
|
||||||
|
priority={unread || isActiveCall ? '500' : '300'}
|
||||||
|
as="span"
|
||||||
|
size="Inherit"
|
||||||
|
truncate
|
||||||
|
>
|
||||||
{room.name}
|
{room.name}
|
||||||
</Text>
|
</Text>
|
||||||
</Box>
|
</Box>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue