final style tweaks

This commit is contained in:
Akinwale Ariwodola 2018-09-05 14:02:08 +01:00
parent cf1f9e3b4a
commit cb1ffa95f0
2 changed files with 3 additions and 2 deletions

View file

@ -120,7 +120,8 @@ const discoverStyle = StyleSheet.create({
rewardIcon: { rewardIcon: {
color: Colors.LbryGreen, color: Colors.LbryGreen,
flex: 0.1, flex: 0.1,
textAlign: 'center' textAlign: 'right',
marginTop: 6
}, },
rewardTitle: { rewardTitle: {
flex: 0.9 flex: 0.9

View file

@ -74,7 +74,7 @@ const filePageStyle = StyleSheet.create({
lineHeight: 20, lineHeight: 20,
marginLeft: 20, marginLeft: 20,
marginRight: 20, marginRight: 20,
marginBottom: 40 marginBottom: 16
}, },
thumbnail: { thumbnail: {
width: screenWidth, width: screenWidth,