Enlarge the 'load more posts' prompt

zio/stable
Paul Frazee 2022-11-28 09:30:31 -06:00
parent 1784a4912d
commit b978a2f18b
1 changed files with 3 additions and 2 deletions

View File

@ -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,
},
})