forked from github/cinny
Update src/app/features/room-nav/RoomNavItem.tsx
Co-authored-by: Gimle Larpes <97182804+GimleLarpes@users.noreply.github.com>
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user