diff options
author | Paul Frazee <pfrazee@gmail.com> | 2022-09-06 14:26:39 -0500 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2022-09-06 14:26:39 -0500 |
commit | bb06ef4f6e7ac7889b3112285d0cf3445b8eb766 (patch) | |
tree | e820f23a49c83a3f0aba83b62f4e006307b62504 /src/view/com/post-thread/PostThreadItem.tsx | |
parent | 2ec09ba54574f5e05f0bbec9c864dacd2092edd4 (diff) | |
download | voidsky-bb06ef4f6e7ac7889b3112285d0cf3445b8eb766.tar.zst |
Rework profile page to include working view selector
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index d500514ef..8752ee7f9 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -238,7 +238,7 @@ export const PostThreadItem = observer(function PostThreadItem({ const styles = StyleSheet.create({ outer: { backgroundColor: colors.white, - borderRadius: 10, + borderRadius: 6, margin: 2, marginBottom: 0, }, |