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({
|
||||
link: {
|
||||
color: Colors.purple,
|
||||
textDecorationLine: 'underline',
|
||||
...Typography.mainText,
|
||||
...Typography.underline,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
@@ -41,6 +41,5 @@ export default {
|
||||
title: {
|
||||
color: Colors.purple,
|
||||
marginVertical: Spacing.large
|
||||
},
|
||||
underline: { textDecorationLine: 'underline' }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user