Adjust post control sizing and alignment

This commit is contained in:
Paul Frazee
2022-11-20 11:45:31 -06:00
parent fbec25412b
commit 09411967e8
3 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -93,14 +93,14 @@ export function PostLoadingPlaceholder({
<FontAwesomeIcon
style={s.gray3}
icon={['far', 'comment']}
size={14}
size={16}
/>
</View>
<View style={s.flex1}>
<FontAwesomeIcon style={s.gray3} icon="retweet" size={18} />
<FontAwesomeIcon style={s.gray3} icon="retweet" size={20} />
</View>
<View style={s.flex1}>
<UpIcon style={s.gray3} size={18} />
<UpIcon style={s.gray3} size={18} strokeWidth={1.7} />
</View>
<View style={s.flex1}></View>
</View>