diff options
-rw-r--r-- | src/view/screens/Home.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/view/screens/Home.tsx b/src/view/screens/Home.tsx index 034ff800e..0e358ac00 100644 --- a/src/view/screens/Home.tsx +++ b/src/view/screens/Home.tsx @@ -110,8 +110,8 @@ const styles = StyleSheet.create({ left: 10, bottom: 15, backgroundColor: colors.pink3, - paddingHorizontal: 10, - paddingVertical: 8, + paddingHorizontal: 12, + paddingVertical: 10, borderRadius: 30, shadowColor: '#000', shadowOpacity: 0.3, @@ -121,5 +121,6 @@ const styles = StyleSheet.create({ color: colors.white, fontWeight: 'bold', marginLeft: 5, + fontSize: 16, }, }) |