From 4d8537bcd46866c9c613cdb8a1ff9ae77ed52dfa Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 20 Jun 2024 15:01:58 -0700 Subject: center pill text in label pill (#4579) * center pill text * undo --- src/view/com/profile/ProfileCard.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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, -- cgit 1.4.1