From 711bd2f8523e05971a567628eb99f0827dba3986 Mon Sep 17 00:00:00 2001 From: Mochammad Adhi Buchori Date: Mon, 16 Jun 2025 14:14:54 +0700 Subject: [PATCH] Update the font size of the service description on the Home Screen --- src/screens/home/styles.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/screens/home/styles.tsx b/src/screens/home/styles.tsx index 9039cc6..6973a42 100644 --- a/src/screens/home/styles.tsx +++ b/src/screens/home/styles.tsx @@ -59,7 +59,7 @@ const styles = StyleSheet.create({ }, serviceOptionContainer: { alignItems: 'center', - marginHorizontal: 12, + marginHorizontal: 4, }, serviceIcon: { padding: 8, @@ -67,9 +67,9 @@ const styles = StyleSheet.create({ borderRadius: 4, }, serviceDesc: { - width: 60, + maxWidth: 75, textAlign: 'center', - fontSize: 10, + fontSize: 12, marginTop: 8, color: Colors.primary30.color, ...FontFamily.notoSansRegular,