diff --git a/packages/pl-fe/src/features/chats/components/chat-list-shoutbox.tsx b/packages/pl-fe/src/features/chats/components/chat-list-shoutbox.tsx index 70bf962a5..ed7d798cc 100644 --- a/packages/pl-fe/src/features/chats/components/chat-list-shoutbox.tsx +++ b/packages/pl-fe/src/features/chats/components/chat-list-shoutbox.tsx @@ -55,11 +55,14 @@ const ChatListShoutbox: React.FC = ({ onClick }) => align='left' size='sm' weight='medium' - theme='default' + theme='muted' truncate className='truncate-child pointer-events-none h-5 w-full' > - {lastMessage.author.display_name || `@${lastMessage.author.username}`}: + + {lastMessage.author.display_name || `@${lastMessage.author.username}`}: + {' '} +