final style tweaks
This commit is contained in:
parent
cf1f9e3b4a
commit
cb1ffa95f0
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue