Moves unique style of Link component from common to local file
This commit is contained in:
@@ -26,8 +26,8 @@ Link.propTypes = {
|
|||||||
const styles = StyleSheet.create({
|
const styles = StyleSheet.create({
|
||||||
link: {
|
link: {
|
||||||
color: Colors.purple,
|
color: Colors.purple,
|
||||||
|
textDecorationLine: 'underline',
|
||||||
...Typography.mainText,
|
...Typography.mainText,
|
||||||
...Typography.underline,
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,5 @@ export default {
|
|||||||
title: {
|
title: {
|
||||||
color: Colors.purple,
|
color: Colors.purple,
|
||||||
marginVertical: Spacing.large
|
marginVertical: Spacing.large
|
||||||
},
|
}
|
||||||
underline: { textDecorationLine: 'underline' }
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user