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,