From 0a59f7e9c490bf21d7f7823c50170f51d98dea61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicole=20Miko=C5=82ajczyk?= Date: Wed, 2 Apr 2025 09:07:17 +0200 Subject: [PATCH] pl-fe: styles improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Nicole Mikołajczyk --- .../src/features/chats/components/chat-list-shoutbox.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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}`}: + {' '} +