From 658305aa8dbc061d786d94567f783ca325f30657 Mon Sep 17 00:00:00 2001 From: Carlos Lopez-Rosario Date: Thu, 27 Feb 2020 20:11:33 -0500 Subject: [PATCH] 150 --- lib/screens/sport.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/screens/sport.dart b/lib/screens/sport.dart index ed6e248..5bdf7ad 100644 --- a/lib/screens/sport.dart +++ b/lib/screens/sport.dart @@ -86,7 +86,7 @@ class Sport extends StatelessWidget { value: item, child: SizedBox( child: Text(item.name), - width: 110, + width: 150, ), ); }).toList(),