[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
+1
View File
@@ -13,6 +13,7 @@ const styles = StyleSheet.create({
font: 'inherit', font: 'inherit',
margin: 0, margin: 0,
padding: 0, padding: 0,
textDecoration: 'none',
wordWrap: 'break-word' wordWrap: 'break-word'
}, },
singleLineStyle: { singleLineStyle: {
+1
View File
@@ -21,6 +21,7 @@ const styles = StyleSheet.create({
margin: 0, margin: 0,
padding: 0, padding: 0,
position: 'relative', position: 'relative',
textDecoration: 'none',
// button reset // button reset
backgroundColor: 'transparent', backgroundColor: 'transparent',
color: 'inherit', color: 'inherit',