lavoce #21

Merged
bragaz_rexita merged 3 commits from lavoce into main 2025-11-20 03:44:06 +00:00
Showing only changes of commit b5fbf2f745 - Show all commits

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