* 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 <me@futuristick.ca>
This commit is contained in:
@@ -299,8 +299,8 @@ let FeedItemInner = ({
|
|||||||
onBeforePress={onOpenReposter}>
|
onBeforePress={onOpenReposter}>
|
||||||
<RepostIcon
|
<RepostIcon
|
||||||
style={{color: pal.colors.textLight, marginRight: 3}}
|
style={{color: pal.colors.textLight, marginRight: 3}}
|
||||||
width={14}
|
width={13}
|
||||||
height={14}
|
height={13}
|
||||||
/>
|
/>
|
||||||
<Text
|
<Text
|
||||||
type="sm-bold"
|
type="sm-bold"
|
||||||
@@ -343,8 +343,8 @@ let FeedItemInner = ({
|
|||||||
<View style={styles.includeReason}>
|
<View style={styles.includeReason}>
|
||||||
<PinIcon
|
<PinIcon
|
||||||
style={{color: pal.colors.textLight, marginRight: 3}}
|
style={{color: pal.colors.textLight, marginRight: 3}}
|
||||||
width={14}
|
width={13}
|
||||||
height={14}
|
height={13}
|
||||||
/>
|
/>
|
||||||
<Text
|
<Text
|
||||||
type="sm-bold"
|
type="sm-bold"
|
||||||
@@ -604,7 +604,7 @@ const styles = StyleSheet.create({
|
|||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
marginTop: 2,
|
marginTop: 2,
|
||||||
marginBottom: 2,
|
marginBottom: 2,
|
||||||
marginLeft: -18,
|
marginLeft: -16,
|
||||||
},
|
},
|
||||||
layout: {
|
layout: {
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
|
|||||||
Reference in New Issue
Block a user