Update 'theme' of message timestamp in ChatList

This commit is contained in:
Chewbacca 2022-11-07 09:54:44 -05:00
parent acede4b519
commit b9c649011c

View file

@ -117,6 +117,7 @@ const ChatListItem: React.FC<IChatListItemInterface> = ({ chat, onClick }) => {
timestamp={chat.last_message.created_at}
align='right'
size='xs'
theme={chat.unread ? 'default' : 'muted'}
truncate
/>
</>