Skip to content

Commit

Permalink
icon fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergi Martínez committed Oct 8, 2017
1 parent 98f8bd8 commit e8a7e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/home/planet_row.dart
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class PlanetRow extends StatelessWidget {
Widget _planetValue({String value, String image}) {
return new Row(
children: <Widget>[
new Image.asset("assets/img/ic_gravity.png", height: 12.0),
new Image.asset(image, height: 12.0),
new Container(width: 8.0),
new Text(planet.gravity, style: regularTextStyle),
]
Expand Down

0 comments on commit e8a7e18

Please sign in to comment.