Update ConversationList.tsx

This commit is contained in:
talksik
2022-05-29 18:56:09 -05:00
parent 8f6fa904f4
commit dd92f3f151
@@ -124,9 +124,9 @@ function ConversationRow({ conversation }: { conversation: Conversation }) {
<FiSun /> <FiSun />
</IconButton> </IconButton>
) : ( ) : (
<IconButton color="default" size="small"> <Box sx={{ color: 'GrayText', fontSize: 10, ml: 1 }}>
<FiCircle /> <FiCircle />
</IconButton> </Box>
)} )}
<Box sx={{ ml: 1, mr: 'auto', color: 'GrayText' }}> <Box sx={{ ml: 1, mr: 'auto', color: 'GrayText' }}>