Skip to content

Commit

Permalink
Reduce post reason icon size and offset
Browse files Browse the repository at this point in the history
  • Loading branch information
futurGH committed Sep 27, 2024
1 parent acc9df3 commit 7a3f784
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/view/com/posts/FeedItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ let FeedItemInner = ({
onBeforePress={onOpenReposter}>
<RepostIcon
style={{color: pal.colors.textLight, marginRight: 3}}
width={14}
height={14}
width={13}
height={13}
/>
<Text
type="sm-bold"
Expand Down Expand Up @@ -343,8 +343,8 @@ let FeedItemInner = ({
<View style={styles.includeReason}>
<PinIcon
style={{color: pal.colors.textLight, marginRight: 3}}
width={14}
height={14}
width={13}
height={13}
/>
<Text
type="sm-bold"
Expand Down Expand Up @@ -604,7 +604,7 @@ const styles = StyleSheet.create({
alignItems: 'center',
marginTop: 2,
marginBottom: 2,
marginLeft: -18,
marginLeft: -16,
},
layout: {
flexDirection: 'row',
Expand Down

0 comments on commit 7a3f784

Please sign in to comment.