tweak reward icon size on file page

This commit is contained in:
Akinwale Ariwodola 2019-08-22 17:06:29 +01:00
parent 3f7408907a
commit 384550cc63

View file

@ -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>