diff --git a/lib/lobby/view/lobby_page.dart b/lib/lobby/view/lobby_page.dart index 8e5d8c2..f45fb48 100644 --- a/lib/lobby/view/lobby_page.dart +++ b/lib/lobby/view/lobby_page.dart @@ -128,10 +128,13 @@ class _LobbyPageState extends State { style: centerTextStyle, ), const SizedBox(height: 50), - Image.asset( - 'assets/images/qr.png', - width: 600, - height: 600, + Align( + child: Image.asset( + 'assets/images/qr.png', + width: 600, + height: 600, + fit: BoxFit.cover, + ), ), ], ),