From b9c649011cb4ff384ecac1491ca4d7ca269186b6 Mon Sep 17 00:00:00 2001 From: Chewbacca Date: Mon, 7 Nov 2022 09:54:44 -0500 Subject: [PATCH] Update 'theme' of message timestamp in ChatList --- app/soapbox/features/chats/components/chat-list-item.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/soapbox/features/chats/components/chat-list-item.tsx b/app/soapbox/features/chats/components/chat-list-item.tsx index 58584030f..a8a818f95 100644 --- a/app/soapbox/features/chats/components/chat-list-item.tsx +++ b/app/soapbox/features/chats/components/chat-list-item.tsx @@ -117,6 +117,7 @@ const ChatListItem: React.FC = ({ chat, onClick }) => { timestamp={chat.last_message.created_at} align='right' size='xs' + theme={chat.unread ? 'default' : 'muted'} truncate />