change reward icon colour
This commit is contained in:
parent
4ff2fb1def
commit
3f7408907a
3 changed files with 3 additions and 3 deletions
src/styles
|
@ -203,7 +203,7 @@ const discoverStyle = StyleSheet.create({
|
||||||
justifyContent: 'space-between',
|
justifyContent: 'space-between',
|
||||||
},
|
},
|
||||||
rewardIcon: {
|
rewardIcon: {
|
||||||
color: Colors.Red,
|
color: Colors.NextLbryGreen,
|
||||||
flex: 0.1,
|
flex: 0.1,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
marginTop: 6,
|
marginTop: 6,
|
||||||
|
|
|
@ -110,7 +110,7 @@ const fileListStyle = StyleSheet.create({
|
||||||
marginRight: 16,
|
marginRight: 16,
|
||||||
},
|
},
|
||||||
rewardIcon: {
|
rewardIcon: {
|
||||||
color: Colors.Red,
|
color: Colors.NextLbryGreen,
|
||||||
textAlign: 'right',
|
textAlign: 'right',
|
||||||
marginLeft: 4,
|
marginLeft: 4,
|
||||||
marginTop: 4,
|
marginTop: 4,
|
||||||
|
|
|
@ -354,7 +354,7 @@ const filePageStyle = StyleSheet.create({
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
},
|
},
|
||||||
rewardIcon: {
|
rewardIcon: {
|
||||||
color: Colors.Red,
|
color: Colors.NextLbryGreen,
|
||||||
marginTop: -8,
|
marginTop: -8,
|
||||||
marginLeft: 8,
|
marginLeft: 8,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue