center pill text in label pill (#4579)

* center pill text

* undo
This commit is contained in:
Hailey 2024-06-20 15:01:58 -07:00 committed by GitHub
parent 5d98b4b06c
commit 4d8537bcd4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -328,6 +328,7 @@ const styles = StyleSheet.create({
borderRadius: 4,
paddingHorizontal: 6,
paddingVertical: 2,
justifyContent: 'center',
},
btn: {
paddingVertical: 7,