Change inactive contact status color to red for better visibility
This commit is contained in:
@@ -89,7 +89,7 @@ const ContactCard = memo(function ContactCard({ contact, showEditModal, showDele
|
|||||||
height: 55,
|
height: 55,
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
backgroundColor:
|
backgroundColor:
|
||||||
contact.status === 'active' ? '#52c41a' : '#8c8c8c',
|
contact.status === 'active' ? '#52c41a' : '#ff4d4f',
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
justifyContent: 'center',
|
justifyContent: 'center',
|
||||||
|
|||||||
Reference in New Issue
Block a user