Shrink and darken the post controls a little
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user