Added white space

This commit is contained in:
2025-07-14 11:40:03 +02:00
parent 5a939f4447
commit f7676da88d

View File

@@ -308,7 +308,7 @@ class _ActiveGameViewState extends State<ActiveGameView> {
case 3:
return const Text('\u{1F949}', style: TextStyle(fontSize: 22)); // 🥉
default:
return Text('$placement.',
return Text(' $placement.',
style: const TextStyle(fontWeight: FontWeight.bold));
}
}