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,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user