From 5c0c53d44cbe50aa96e329933af6c8b03abb0eb1 Mon Sep 17 00:00:00 2001 From: smfahim25 Date: Sun, 13 Apr 2025 10:55:47 +0600 Subject: [PATCH] update css --- app/(tabs)/explore.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(tabs)/explore.tsx b/app/(tabs)/explore.tsx index 108a8ab..5bfaa9f 100644 --- a/app/(tabs)/explore.tsx +++ b/app/(tabs)/explore.tsx @@ -400,7 +400,7 @@ export default function HomeScreen() { const styles = StyleSheet.create({ container: { flex: 1, - marginTop: 5, + marginTop: 25, }, });