diff --git a/app/lib/ui/flow/home/map/components/space_user_footer.dart b/app/lib/ui/flow/home/map/components/space_user_footer.dart index 1af867a8..36f82e3e 100644 --- a/app/lib/ui/flow/home/map/components/space_user_footer.dart +++ b/app/lib/ui/flow/home/map/components/space_user_footer.dart @@ -96,7 +96,7 @@ class _SpaceUserFooterState extends State { background: context.colorScheme.surface, onTap: widget.onRelocateTap, ), - const SizedBox(height: 8), + const SizedBox(height: 16), _iconButton( context: context, icon: Assets.images.icGeofenceIcon,