formatting

This commit is contained in:
2026-03-13 15:26:04 +01:00
parent dfe99a85a1
commit b164f287af

View File

@@ -108,9 +108,7 @@ class TournamentListItem extends StatelessWidget {
padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 12), padding: const EdgeInsets.symmetric(horizontal: 16, vertical: 12),
child: Row( child: Row(
children: [ children: [
CircleAvatar( CircleAvatar(child: const Icon(Icons.emoji_events)),
child: const Icon(Icons.emoji_events),
),
const SizedBox(width: 16), const SizedBox(width: 16),
Expanded( Expanded(
child: Column( child: Column(