Skip to content

Commit d74dd40

Browse files
committed
lesson-15
1 parent 51182ad commit d74dd40

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

ninja_id/lib/main.dart

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class NinjaCard extends StatelessWidget {
8787
Row(
8888
children: <Widget>[
8989
Icon(
90-
Icons.alternate_email,
90+
Icons.email,
9191
color: Colors.grey[400],
9292
),
9393
SizedBox(width: 10.0),
@@ -101,24 +101,6 @@ class NinjaCard extends StatelessWidget {
101101
)
102102
],
103103
),
104-
SizedBox(height: 20.0),
105-
Row(
106-
children: <Widget>[
107-
Icon(
108-
Icons.phone_android,
109-
color: Colors.grey[400],
110-
),
111-
SizedBox(width: 10.0),
112-
Text(
113-
'+44 (0) 1234 567 891',
114-
style: TextStyle(
115-
color: Colors.grey[400],
116-
fontSize: 18.0,
117-
letterSpacing: 1.0,
118-
),
119-
)
120-
],
121-
),
122104
],
123105
),
124106
),

0 commit comments

Comments
 (0)