Shrink and darken the post controls a little

This commit is contained in:
Paul Frazee 2022-11-22 12:15:26 -06:00
parent 79688cd042
commit 6e67825eca
2 changed files with 16 additions and 13 deletions

View file

@ -93,14 +93,14 @@ export function PostLoadingPlaceholder({
<FontAwesomeIcon
style={s.gray3}
icon={['far', 'comment']}
size={16}
size={14}
/>
</View>
<View style={s.flex1}>
<FontAwesomeIcon style={s.gray3} icon="retweet" size={20} />
<FontAwesomeIcon style={s.gray3} icon="retweet" size={18} />
</View>
<View style={s.flex1}>
<UpIcon style={s.gray3} size={19} strokeWidth={1.7} />
<UpIcon style={s.gray3} size={17} strokeWidth={1.7} />
</View>
<View style={s.flex1}></View>
</View>