change reward icon colour

This commit is contained in:
Akinwale Ariwodola 2019-08-22 17:03:30 +01:00
parent 4ff2fb1def
commit 3f7408907a
3 changed files with 3 additions and 3 deletions

View file

@ -203,7 +203,7 @@ const discoverStyle = StyleSheet.create({
justifyContent: 'space-between',
},
rewardIcon: {
color: Colors.Red,
color: Colors.NextLbryGreen,
flex: 0.1,
textAlign: 'right',
marginTop: 6,

View file

@ -110,7 +110,7 @@ const fileListStyle = StyleSheet.create({
marginRight: 16,
},
rewardIcon: {
color: Colors.Red,
color: Colors.NextLbryGreen,
textAlign: 'right',
marginLeft: 4,
marginTop: 4,

View file

@ -354,7 +354,7 @@ const filePageStyle = StyleSheet.create({
fontSize: 14,
},
rewardIcon: {
color: Colors.Red,
color: Colors.NextLbryGreen,
marginTop: -8,
marginLeft: 8,
},