Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d494c09

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /