Update 'theme' of message timestamp in ChatList

environments/review-chats-g56n7m/deployments/1301
Chewbacca 2 years ago
parent acede4b519
commit b9c649011c

@ -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
/>
</>

Loading…
Cancel
Save