diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-03-15 15:38:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-15 15:38:31 +0900 |
commit | 242b899f79b4467f2822bb5e0f7eb6990e114fff (patch) | |
tree | 2459bc38bc4e807e021b07e64f9b482994cdb552 /src/view/com/post-thread/PostThreadItem.tsx | |
parent | d9b94f54efaf0ec0d0256ffd84e900ebbdb826ba (diff) | |
parent | 4f8381678da505737a96b7420c0f1ea8329f3672 (diff) | |
download | voidsky-242b899f79b4467f2822bb5e0f7eb6990e114fff.tar.zst |
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/view/com/post-thread/PostThreadItem.tsx')
-rw-r--r-- | src/view/com/post-thread/PostThreadItem.tsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/view/com/post-thread/PostThreadItem.tsx b/src/view/com/post-thread/PostThreadItem.tsx index ba5327bfa..aa2e1d8e5 100644 --- a/src/view/com/post-thread/PostThreadItem.tsx +++ b/src/view/com/post-thread/PostThreadItem.tsx @@ -432,7 +432,6 @@ let PostThreadItemLoaded = ({ <PostHider testID={`postThreadItem-by-${post.author.handle}`} href={postHref} - style={[pal.view]} moderation={moderation.content} iconSize={isThreadedChild ? 26 : 38} iconStyles={ @@ -622,7 +621,6 @@ function PostOuterWrapper({ return ( <View style={[ - pal.view, pal.border, styles.cursor, { @@ -650,7 +648,6 @@ function PostOuterWrapper({ <View style={[ styles.outer, - pal.view, pal.border, showParentReplyLine && hasPrecedingItem && styles.noTopBorder, styles.cursor, |