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(
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(