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:37:56 -05:00 committed by GitHub
parent 7a169fcc0e
commit f74feec123
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>