diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-11-28 09:30:31 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-11-28 09:30:31 -0600 |
commit | b978a2f18bbe906e628a065f6c690073f6d10a3a (patch) | |
tree | fa0bbb7a8cc96aa4518e7ef8c0128063cca16c98 /src | |
parent | 1784a4912d874796301503d21669888ce4361e8b (diff) | |
download | voidsky-b978a2f18bbe906e628a065f6c690073f6d10a3a.tar.zst |
Enlarge the 'load more posts' prompt
Diffstat (limited to 'src')
-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, }, }) |