diff --git a/lib/pages/spaces_management/view/spaces_management_page.dart b/lib/pages/spaces_management/view/spaces_management_page.dart index ad2fcf31..8ec604d9 100644 --- a/lib/pages/spaces_management/view/spaces_management_page.dart +++ b/lib/pages/spaces_management/view/spaces_management_page.dart @@ -176,11 +176,11 @@ class SpaceManagementPageState extends State { ), spaces.isEmpty - ? AddSpaceButton( + ? Center(child: AddSpaceButton( onTap: () { _showCreateSpaceDialog(screenSize); }, - ) + )) : Stack( children: spaces .asMap()