From 0a7eda250557ab82c4fff8066fcbc3355d5178ff Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Sun, 18 Oct 2015 22:09:27 -0700 Subject: [PATCH] [fix] remove default link styles --- src/components/Text/index.js | 1 + src/components/View/index.js | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/Text/index.js b/src/components/Text/index.js index 3416aab9..548cc5c5 100644 --- a/src/components/Text/index.js +++ b/src/components/Text/index.js @@ -13,6 +13,7 @@ const styles = StyleSheet.create({ font: 'inherit', margin: 0, padding: 0, + textDecoration: 'none', wordWrap: 'break-word' }, singleLineStyle: { diff --git a/src/components/View/index.js b/src/components/View/index.js index 4e3a42ce..9cdc3901 100644 --- a/src/components/View/index.js +++ b/src/components/View/index.js @@ -21,6 +21,7 @@ const styles = StyleSheet.create({ margin: 0, padding: 0, position: 'relative', + textDecoration: 'none', // button reset backgroundColor: 'transparent', color: 'inherit',