Skip to content

Commit d494c09

Browse files
committed
Fix design issue
1 parent ec71e78 commit d494c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/pages/contact.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class _ContactPageState extends State<ContactPage> {
1717
'avatar': 'assets/images/avatar-1.png',
1818
},
1919
{
20-
'name': 'Samantha',
20+
'name': 'Phr 🦋',
2121
'avatar': 'assets/images/avatar-2.png',
2222
},
2323
{
@@ -131,7 +131,7 @@ class _ContactPageState extends State<ContactPage> {
131131
),
132132
),
133133
Container(
134-
height: 90,
134+
height: 95,
135135
padding: EdgeInsets.only(left: 20),
136136
child: ListView.builder(
137137
scrollDirection: Axis.horizontal,

0 commit comments

Comments
 (0)