Skip to content
Snippets Groups Projects
Commit 1a46e1bb authored by mashazyu's avatar mashazyu Committed by Sofiya Tepikin
Browse files

Moves unique style of Link component from common to local file

parent fb519c43
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,8 @@ Link.propTypes = { ...@@ -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 { ...@@ -41,6 +41,5 @@ export default {
title: { title: {
color: Colors.purple, color: Colors.purple,
marginVertical: Spacing.large marginVertical: Spacing.large
}, }
underline: { textDecorationLine: 'underline' }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment