Compare commits

...

2 Commits

Author SHA1 Message Date
Eric Bailey f727791c5a Use existing pin 2024-10-07 11:10:25 -05:00
futur 6e72fbbefc Reduce post reason icon size & offset (#5522)
* Make x margin within pin icon the same

* Reduce post reason icon size and offset
2024-10-07 11:04:19 -05:00
+5 -5
View File
@@ -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"
@@ -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"
@@ -604,7 +604,7 @@ const styles = StyleSheet.create({
alignItems: 'center',
marginTop: 2,
marginBottom: 2,
marginLeft: -18,
marginLeft: -16,
},
layout: {
flexDirection: 'row',