about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-20 15:01:58 -0700
committerGitHub <noreply@github.com>2024-06-20 15:01:58 -0700
commit4d8537bcd46866c9c613cdb8a1ff9ae77ed52dfa (patch)
treedbcdb643b21d3cc62f935f5bb42398f795032ced
parent5d98b4b06c272d1a3a0b91f4f509c6e733c89d4f (diff)
downloadvoidsky-4d8537bcd46866c9c613cdb8a1ff9ae77ed52dfa.tar.zst
center pill text in label pill (#4579)
* center pill text

* undo
-rw-r--r--src/view/com/profile/ProfileCard.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/profile/ProfileCard.tsx b/src/view/com/profile/ProfileCard.tsx
index 2b0790002..a3cd5ca1b 100644
--- a/src/view/com/profile/ProfileCard.tsx
+++ b/src/view/com/profile/ProfileCard.tsx
@@ -328,6 +328,7 @@ const styles = StyleSheet.create({
     borderRadius: 4,
     paddingHorizontal: 6,
     paddingVertical: 2,
+    justifyContent: 'center',
   },
   btn: {
     paddingVertical: 7,