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: {
|
||||
color: Colors.LbryGreen,
|
||||
flex: 0.1,
|
||||
textAlign: 'center'
|
||||
textAlign: 'right',
|
||||
marginTop: 6
|
||||
},
|
||||
rewardTitle: {
|
||||
flex: 0.9
|
||||
|
|
|
@ -74,7 +74,7 @@ const filePageStyle = StyleSheet.create({
|
|||
lineHeight: 20,
|
||||
marginLeft: 20,
|
||||
marginRight: 20,
|
||||
marginBottom: 40
|
||||
marginBottom: 16
|
||||
},
|
||||
thumbnail: {
|
||||
width: screenWidth,
|
||||
|
|
Loading…
Reference in a new issue