From b680fb77f674ebe35ca30f138aa20bf610d0ec96 Mon Sep 17 00:00:00 2001 From: Leendert de Borst Date: Thu, 22 Jan 2026 16:48:20 +0100 Subject: [PATCH] Update folder margins on Android (#1473) --- apps/mobile-app/app/(tabs)/items/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile-app/app/(tabs)/items/index.tsx b/apps/mobile-app/app/(tabs)/items/index.tsx index 1d80e31b0..4faf9b584 100644 --- a/apps/mobile-app/app/(tabs)/items/index.tsx +++ b/apps/mobile-app/app/(tabs)/items/index.tsx @@ -528,6 +528,7 @@ export default function ItemsScreen(): React.ReactNode { flexWrap: 'wrap', gap: 8, marginBottom: 12, + marginTop: 6, }, newFolderButton: { alignItems: 'center',