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,
|
||||
borderRadius: '50%',
|
||||
backgroundColor:
|
||||
contact.status === 'active' ? '#52c41a' : '#8c8c8c',
|
||||
contact.status === 'active' ? '#52c41a' : '#ff4d4f',
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
|
||||
Reference in New Issue
Block a user