diff --git a/lib/presentation/views/main_menu/home_view.dart b/lib/presentation/views/main_menu/home_view.dart index 06b647c..ade8f6e 100644 --- a/lib/presentation/views/main_menu/home_view.dart +++ b/lib/presentation/views/main_menu/home_view.dart @@ -144,7 +144,7 @@ class _HomeViewState extends State { const SizedBox(height: 8), ] else ...[ const Center( - heightFactor: 4, + heightFactor: 5.35, child: Text('No second game available.'), ), ],