diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-08-31 20:09:47 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-08-31 20:09:47 -0500 |
commit | 4aa8a58f2717f514a1262fcfc66ec805c03966fb (patch) | |
tree | eb526ca5d7c694fc566751e60266f5a2b069ec46 /src/view/com/post-thread/PostLikedBy.tsx | |
parent | b4802c6b5bd53744599115ceb35d80e34d25cd53 (diff) | |
download | voidsky-4aa8a58f2717f514a1262fcfc66ec805c03966fb.tar.zst |
Aesthetic improvements
Diffstat (limited to 'src/view/com/post-thread/PostLikedBy.tsx')
-rw-r--r-- | src/view/com/post-thread/PostLikedBy.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostLikedBy.tsx b/src/view/com/post-thread/PostLikedBy.tsx index d6d1e7e84..77224640c 100644 --- a/src/view/com/post-thread/PostLikedBy.tsx +++ b/src/view/com/post-thread/PostLikedBy.tsx @@ -112,7 +112,7 @@ const styles = StyleSheet.create({ avi: { width: 40, height: 40, - borderRadius: 30, + borderRadius: 20, resizeMode: 'cover', }, layoutContent: { |