From f887e15ad2c892bc2d9b2d95ad52e54aa209a34e Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 23 Oct 2025 18:34:22 +0000 Subject: [PATCH] Feat: Add vertical padding to tab bar elements Co-authored-by: dattasumit2019 --- app/(tabs)/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 70e4283..5f61c2f 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -331,6 +331,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'center', paddingHorizontal: 16, + paddingVertical: 2, gap: 8, width: '100%', height: '100%', @@ -346,6 +347,7 @@ const styles = StyleSheet.create({ fontWeight: '400', lineHeight: 21, letterSpacing: 0.4, + paddingVertical: 2, }, locationIcon: { width: 34,