diff --git a/app/soapbox/features/chats/components/chat-list-item.tsx b/app/soapbox/features/chats/components/chat-list-item.tsx index bf8ac9053..600548880 100644 --- a/app/soapbox/features/chats/components/chat-list-item.tsx +++ b/app/soapbox/features/chats/components/chat-list-item.tsx @@ -98,7 +98,7 @@ const ChatListItem: React.FC = ({ chat, chatSilence, onC align='left' size='sm' weight='medium' - theme='muted' + theme={chat.last_message.unread ? 'default' : 'muted'} truncate className='w-full h-5 truncate-child pointer-events-none' data-testid='chat-last-message'