Shrink and darken the post controls a little
This commit is contained in:
parent
79688cd042
commit
6e67825eca
2 changed files with 16 additions and 13 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue