Add space between invoice contacts
This commit is contained in:
parent
f778e17617
commit
2d711f1d48
|
|
@ -48,6 +48,7 @@ class _InvitationListTile extends StatelessWidget {
|
||||||
orElse: () => ContactEntity());
|
orElse: () => ContactEntity());
|
||||||
|
|
||||||
return ListTile(
|
return ListTile(
|
||||||
|
contentPadding: EdgeInsets.symmetric(horizontal: 16, vertical: 16),
|
||||||
title: Text(contact.fullNameWithEmail.isEmpty
|
title: Text(contact.fullNameWithEmail.isEmpty
|
||||||
? client.displayName
|
? client.displayName
|
||||||
: contact.fullNameWithEmail),
|
: contact.fullNameWithEmail),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue