Adjust post control sizing and alignment
This commit is contained in:
parent
3a10139064
commit
63348807b5
3 changed files with 14 additions and 14 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue