feat: add icons and make customer data cards editable

This commit is contained in:
José Oliveira 2021-10-12 13:54:36 +01:00
parent 4b461c0a57
commit 5cc63d05a6
25 changed files with 431 additions and 94 deletions

View file

@ -6,7 +6,7 @@ export default {
},
title: {
marginTop: 7,
marginRight: 20
marginRight: 24
},
leftSideCard: {
borderRadius: 10,
@ -30,5 +30,8 @@ export default {
},
cardTitle: {
margin: [[8, 15, 15, 15]]
},
viewIcons: {
marginRight: 12
}
}