Skip to content

Commit

Permalink
Tweak #5522 (#5635)
Browse files Browse the repository at this point in the history
* Reduce post reason icon size & offset (#5522)

* Make x margin within pin icon the same

* Reduce post reason icon size and offset

* Use existing pin

---------

Co-authored-by: futur <[email protected]>
  • Loading branch information
estrattonbailey and futurGH authored Oct 7, 2024
1 parent c5fef1b commit f509424
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 f509424

Please sign in to comment.