Skip to content

Commit

Permalink
Fix text size
Browse files Browse the repository at this point in the history
Co-authored-by: Simone Sestito <simone.dev.help@gmail.com>
  • Loading branch information
m-i-n-a-r and Simone Sestito committed Oct 21, 2018
1 parent 27e1ee8 commit e4240e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/route/home.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class HomeBody extends StatelessWidget {
child: Column(
mainAxisSize: MainAxisSize.min,
children: <Widget>[
Text("NEXT LAUNCH IN:", style: TextStyle(fontSize: 18.0)),
Text("NEXT LAUNCH IN:", style: TextStyle(fontSize: 22.0)),
Padding(padding: EdgeInsets.all(10.0)),
Counter(
until: DateTime.parse(snap.data.date),
Expand Down

0 comments on commit e4240e2

Please sign in to comment.