center pill text

This commit is contained in:
Hailey
2024-06-19 18:10:09 -07:00
parent 9fa6783b6e
commit 031198ece9
+2 -1
View File
@@ -316,6 +316,7 @@ const styles = StyleSheet.create({
paddingRight: 10,
},
details: {
justifyContent: 'center',
paddingLeft: 54,
paddingRight: 10,
paddingBottom: 10,
@@ -330,6 +331,7 @@ const styles = StyleSheet.create({
borderRadius: 4,
paddingHorizontal: 6,
paddingVertical: 2,
justifyContent: 'center',
},
btn: {
paddingVertical: 7,
@@ -340,7 +342,6 @@ const styles = StyleSheet.create({
followedBy: {
flexDirection: 'row',
alignItems: 'center',
paddingLeft: 54,
paddingRight: 20,
marginBottom: 10,