fixed text underline color

This commit is contained in:
noumantahir 2022-10-07 10:39:11 +05:00
parent 233171f574
commit 5d72b24fae

View File

@ -141,7 +141,7 @@ export default EStyleSheet.create({
},
textUnderline:{
textDecorationLine:'underline',
textDecorationColor:'$primaryLightGray'
textDecorationColor:'$primaryDarkText'
}
});