Changed color to white
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 1m57s
Pull Request Pipeline / lint (pull_request) Successful in 4m58s

This commit is contained in:
2025-12-31 17:10:47 +01:00
parent 1c0fb9f3ab
commit 8c3282b954

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(