change reward icon colour
This commit is contained in:
parent
4ff2fb1def
commit
3f7408907a
3 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -110,7 +110,7 @@ const fileListStyle = StyleSheet.create({
|
|||
marginRight: 16,
|
||||
},
|
||||
rewardIcon: {
|
||||
color: Colors.Red,
|
||||
color: Colors.NextLbryGreen,
|
||||
textAlign: 'right',
|
||||
marginLeft: 4,
|
||||
marginTop: 4,
|
||||
|
|
|
@ -354,7 +354,7 @@ const filePageStyle = StyleSheet.create({
|
|||
fontSize: 14,
|
||||
},
|
||||
rewardIcon: {
|
||||
color: Colors.Red,
|
||||
color: Colors.NextLbryGreen,
|
||||
marginTop: -8,
|
||||
marginLeft: 8,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue