tweak reward icon size on file page
This commit is contained in:
parent
3f7408907a
commit
384550cc63
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ class FilePage extends React.PureComponent {
|
|||
<Text style={filePageStyle.title} selectable>
|
||||
{title}
|
||||
</Text>
|
||||
{isRewardContent && <Icon name="award" style={filePageStyle.rewardIcon} size={14} />}
|
||||
{isRewardContent && <Icon name="award" style={filePageStyle.rewardIcon} size={16} />}
|
||||
<View style={filePageStyle.descriptionToggle}>
|
||||
<Icon name={this.state.showDescription ? 'caret-up' : 'caret-down'} size={24} />
|
||||
</View>
|
||||
|
|
Loading…
Add table
Reference in a new issue