Enlarge the 'load more posts' prompt
This commit is contained in:
@@ -110,8 +110,8 @@ const styles = StyleSheet.create({
|
|||||||
left: 10,
|
left: 10,
|
||||||
bottom: 15,
|
bottom: 15,
|
||||||
backgroundColor: colors.pink3,
|
backgroundColor: colors.pink3,
|
||||||
paddingHorizontal: 10,
|
paddingHorizontal: 12,
|
||||||
paddingVertical: 8,
|
paddingVertical: 10,
|
||||||
borderRadius: 30,
|
borderRadius: 30,
|
||||||
shadowColor: '#000',
|
shadowColor: '#000',
|
||||||
shadowOpacity: 0.3,
|
shadowOpacity: 0.3,
|
||||||
@@ -121,5 +121,6 @@ const styles = StyleSheet.create({
|
|||||||
color: colors.white,
|
color: colors.white,
|
||||||
fontWeight: 'bold',
|
fontWeight: 'bold',
|
||||||
marginLeft: 5,
|
marginLeft: 5,
|
||||||
|
fontSize: 16,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user