adjust heightFactor for empty game state in home view
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 2m5s
Pull Request Pipeline / lint (pull_request) Successful in 2m7s

This commit is contained in:
2025-12-24 13:08:25 +01:00
parent c73f37507f
commit 7a80c1a792

View File

@@ -144,7 +144,7 @@ class _HomeViewState extends State<HomeView> {
const SizedBox(height: 8), const SizedBox(height: 8),
] else ...[ ] else ...[
const Center( const Center(
heightFactor: 4, heightFactor: 5.35,
child: Text('No second game available.'), child: Text('No second game available.'),
), ),
], ],