Fehlende Info in CreateGroupView #107

Merged
sneeex merged 3 commits from bug/73-Fehlende-Info-in-CreateGroupView into development 2025-12-31 16:24:32 +00:00
Showing only changes of commit 8c3282b954 - Show all commits

View File

@@ -136,12 +136,7 @@ class _PlayerSelectionState extends State<PlayerSelection> {
SizedBox( SizedBox(
height: 50, height: 50,
child: selectedPlayers.isEmpty child: selectedPlayers.isEmpty
? const Center( ? const Center(child: Text('No players selected'))
child: Text(
'No players selected',
style: TextStyle(color: Colors.grey),
),
)
: SingleChildScrollView( : SingleChildScrollView(
scrollDirection: Axis.horizontal, scrollDirection: Axis.horizontal,
child: Row( child: Row(