Update the font size of the service description on the Home Screen
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user