Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushik committed Jun 28, 2024
1 parent 6a47e4e commit 287d708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/ui/flow/home/map/components/space_user_footer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class _SpaceUserFooterState extends State<SpaceUserFooter> {
background: context.colorScheme.surface,
onTap: widget.onRelocateTap,
),
const SizedBox(height: 8),
const SizedBox(height: 16),
_iconButton(
context: context,
icon: Assets.images.icGeofenceIcon,
Expand Down

0 comments on commit 287d708

Please sign in to comment.