lavoce #18

Merged
bragaz_rexita merged 9 commits from lavoce into main 2025-11-17 08:27:39 +00:00
Showing only changes of commit 7dd38aa50c - Show all commits

View File

@@ -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',