about summary refs log tree commit diff
path: root/src/view/com/profile/ProfileFollowers.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-18 11:15:40 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-18 11:15:40 -0600
commit77580ab6a4df8e233e5b1a9b166eebbca9bdc80f (patch)
tree964991f62d70de001c2f7ba08c0a6c135181bc3b /src/view/com/profile/ProfileFollowers.tsx
parentdf4acbd683fb66c469c25915e875a8bcd2d83971 (diff)
downloadvoidsky-77580ab6a4df8e233e5b1a9b166eebbca9bdc80f.tar.zst
Rework all typography
Diffstat (limited to 'src/view/com/profile/ProfileFollowers.tsx')
-rw-r--r--src/view/com/profile/ProfileFollowers.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/profile/ProfileFollowers.tsx b/src/view/com/profile/ProfileFollowers.tsx
index 26939c7ce..469a91f8d 100644
--- a/src/view/com/profile/ProfileFollowers.tsx
+++ b/src/view/com/profile/ProfileFollowers.tsx
@@ -99,7 +99,7 @@ const User = ({item}: {item: FollowerItem}) => {
           <Text style={[s.bold, pal.text]}>
             {item.displayName || item.handle}
           </Text>
-          <Text type="body2" style={[pal.textLight]}>
+          <Text type="sm" style={[pal.textLight]}>
             @{item.handle}
           </Text>
         </View>