MVP #141

Merged
flixcoo merged 705 commits from development into main 2026-01-09 12:55:50 +00:00
Showing only changes of commit 8c3282b954 - Show all commits

View File

@@ -136,12 +136,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
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(