Skip to content

Commit e8a7e18

Browse files
author
Sergi Martínez
committed
icon fixed
1 parent 98f8bd8 commit e8a7e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ui/home/planet_row.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class PlanetRow extends StatelessWidget {
4141
Widget _planetValue({String value, String image}) {
4242
return new Row(
4343
children: <Widget>[
44-
new Image.asset("assets/img/ic_gravity.png", height: 12.0),
44+
new Image.asset(image, height: 12.0),
4545
new Container(width: 8.0),
4646
new Text(planet.gravity, style: regularTextStyle),
4747
]

0 commit comments

Comments
 (0)