mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-30 01:16:24 +00:00
[fix] remove default link styles
This commit is contained in:
@@ -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: {
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user