fix learn more link style
This commit is contained in:
parent
518285355c
commit
ed513bcfb5
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ const rewardStyle = StyleSheet.create({
|
||||||
learnMoreLink: {
|
learnMoreLink: {
|
||||||
fontFamily: 'Inter-UI-Regular',
|
fontFamily: 'Inter-UI-Regular',
|
||||||
color: Colors.White,
|
color: Colors.White,
|
||||||
textDecoration: 'underline',
|
textDecorationLine: 'underline',
|
||||||
},
|
},
|
||||||
enrollButton: {
|
enrollButton: {
|
||||||
backgroundColor: Colors.White,
|
backgroundColor: Colors.White,
|
||||||
|
|
Loading…
Reference in a new issue