fix color contact

This commit is contained in:
2025-11-19 15:40:15 +07:00
parent 3b7ba28053
commit b5fbf2f745

View File

@@ -142,10 +142,12 @@ const ContactCard = memo(function ContactCard({ contact, showEditModal, showDele
>
<Space>
<Button
type="text"
type="default"
size="small"
style={{
backgroundColor: '#fff7e6',
borderColor: '#faad14',
color: '#faad14',
padding: '2px 6px',
fontSize: '11px',
height: '24px',
@@ -161,10 +163,11 @@ const ContactCard = memo(function ContactCard({ contact, showEditModal, showDele
Edit info
</Button>
<Button
type="text"
type="default"
danger
size="small"
style={{
backgroundColor: '#fff1f0',
borderColor: 'red',
padding: '2px 6px',
fontSize: '11px',