now only able to select supported team counts

This commit is contained in:
2026-03-10 17:03:10 +01:00
parent e5a47d54f5
commit a66cf7603a
2 changed files with 17 additions and 12 deletions

View File

@@ -43,7 +43,7 @@ class HomePage extends StatelessWidget {
],
),
body: Container(
padding: EdgeInsets.fromLTRB(0, 12, 0, 24),
padding: EdgeInsets.fromLTRB(0, 12, 0, 36),
child: Column(children: [Spacer(), AvailableTournamentList()]),
),
floatingActionButton: FloatingActionButton(