Changed color to white
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user