[fix] remove default link styles

This commit is contained in:
Nicolas Gallagher
2015-10-18 22:09:27 -07:00
parent 35385e7b69
commit 0a7eda2505
2 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ const styles = StyleSheet.create({
font: 'inherit',
margin: 0,
padding: 0,
textDecoration: 'none',
wordWrap: 'break-word'
},
singleLineStyle: {

View File

@@ -21,6 +21,7 @@ const styles = StyleSheet.create({
margin: 0,
padding: 0,
position: 'relative',
textDecoration: 'none',
// button reset
backgroundColor: 'transparent',
color: 'inherit',