Shrink and darken the post controls a little

This commit is contained in:
Paul Frazee
2022-11-22 12:15:26 -06:00
parent ab4f828865
commit ec3ba2ebc8
2 changed files with 16 additions and 13 deletions
+3 -3
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>