way nicer feel to icon in list row
This commit is contained in:
@@ -135,9 +135,9 @@ export function ConversationRow({
|
|||||||
onClick={handleSelectConversation}
|
onClick={handleSelectConversation}
|
||||||
>
|
>
|
||||||
{conversation.membersInRoom?.length > 0 ? (
|
{conversation.membersInRoom?.length > 0 ? (
|
||||||
<IconButton color="primary" size="small">
|
<Box sx={{ color: 'primary.main', fontSize: 15, ml: 0 }}>
|
||||||
<FiSun />
|
<FiSun />
|
||||||
</IconButton>
|
</Box>
|
||||||
) : (
|
) : (
|
||||||
<Box sx={{ color: 'GrayText', fontSize: 10, ml: 0 }}>
|
<Box sx={{ color: 'GrayText', fontSize: 10, ml: 0 }}>
|
||||||
<FiCircle />
|
<FiCircle />
|
||||||
|
|||||||
Reference in New Issue
Block a user