From fab90b20635ccb7bcaf76c2d9efcc7fbfe92d0d1 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Thu, 23 Oct 2025 18:36:47 +0000 Subject: [PATCH] Fix: Adjust text line height and padding for better rendering Co-authored-by: dattasumit2019 --- app/(tabs)/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/(tabs)/index.tsx b/app/(tabs)/index.tsx index 70e4283..cb93df7 100644 --- a/app/(tabs)/index.tsx +++ b/app/(tabs)/index.tsx @@ -344,8 +344,12 @@ const styles = StyleSheet.create({ color: '#FFFFFF', fontFamily: 'Poppins', fontWeight: '400', - lineHeight: 21, + lineHeight: 22, letterSpacing: 0.4, + // Slightly raise text to avoid descender clipping + marginTop: -1, + paddingBottom: 2, + textAlignVertical: 'center', }, locationIcon: { width: 34,