diff --git a/lib/presentation/views/main_menu/match_view/match_view.dart b/lib/presentation/views/main_menu/match_view/match_view.dart index ecfa9ca..9da007b 100644 --- a/lib/presentation/views/main_menu/match_view/match_view.dart +++ b/lib/presentation/views/main_menu/match_view/match_view.dart @@ -105,7 +105,8 @@ class _MatchViewState extends State { ), Positioned( bottom: MediaQuery.paddingOf(context).bottom, - child: CustomWidthButton( + child: SizedBox.shrink() + /* CustomWidthButton( text: loc.create_match, sizeRelativeToWidth: 0.90, onPressed: () async { @@ -118,6 +119,7 @@ class _MatchViewState extends State { ); }, ), + */ ), ], ),