Update the font size of the service description on the Home Screen

This commit is contained in:
Mochammad Adhi Buchori
2025-06-16 14:14:54 +07:00
parent e8c61edeb0
commit 711bd2f852

View File

@ -59,7 +59,7 @@ const styles = StyleSheet.create({
}, },
serviceOptionContainer: { serviceOptionContainer: {
alignItems: 'center', alignItems: 'center',
marginHorizontal: 12, marginHorizontal: 4,
}, },
serviceIcon: { serviceIcon: {
padding: 8, padding: 8,
@ -67,9 +67,9 @@ const styles = StyleSheet.create({
borderRadius: 4, borderRadius: 4,
}, },
serviceDesc: { serviceDesc: {
width: 60, maxWidth: 75,
textAlign: 'center', textAlign: 'center',
fontSize: 10, fontSize: 12,
marginTop: 8, marginTop: 8,
color: Colors.primary30.color, color: Colors.primary30.color,
...FontFamily.notoSansRegular, ...FontFamily.notoSansRegular,