diff --git a/lib/presentation/widgets/player_selection.dart b/lib/presentation/widgets/player_selection.dart index 007a95f..eb70ae0 100644 --- a/lib/presentation/widgets/player_selection.dart +++ b/lib/presentation/widgets/player_selection.dart @@ -136,12 +136,7 @@ class _PlayerSelectionState extends State { SizedBox( height: 50, child: selectedPlayers.isEmpty - ? const Center( - child: Text( - 'No players selected', - style: TextStyle(color: Colors.grey), - ), - ) + ? const Center(child: Text('No players selected')) : SingleChildScrollView( scrollDirection: Axis.horizontal, child: Row(