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