From c238e187667c806b3163c314d76c29e83617753c Mon Sep 17 00:00:00 2001 From: Aleksandar Date: Mon, 15 Dec 2025 12:31:55 +0100 Subject: [PATCH] fix: remove unsupported gap style from GeofenceStatus --- apps/mobile/src/components/GeofenceStatus.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/src/components/GeofenceStatus.tsx b/apps/mobile/src/components/GeofenceStatus.tsx index b97614b..e5252b9 100644 --- a/apps/mobile/src/components/GeofenceStatus.tsx +++ b/apps/mobile/src/components/GeofenceStatus.tsx @@ -71,7 +71,7 @@ const styles = StyleSheet.create({ color: '#fff', }, content: { - gap: 12, + marginTop: 12, }, stat: { flexDirection: 'row',