feat(directory): adjust avatar size and alignment in contact list
This commit is contained in:
parent
1ad880a021
commit
df0dd5d560
@ -225,12 +225,12 @@ class DirectoryView extends StatelessWidget {
|
|||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.fromLTRB(12, 10, 12, 0),
|
padding: const EdgeInsets.fromLTRB(12, 10, 12, 0),
|
||||||
child: Row(
|
child: Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
Avatar(
|
Avatar(
|
||||||
firstName: firstName,
|
firstName: firstName,
|
||||||
lastName: lastName,
|
lastName: lastName,
|
||||||
size: 45),
|
size: 35),
|
||||||
MySpacing.width(12),
|
MySpacing.width(12),
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user