Skip to content
Snippets Groups Projects
Commit fbfc4d66 authored by emelko's avatar emelko
Browse files

Remove line-through textDecoration for excluded values

parent 5af29f96
No related branches found
No related tags found
No related merge requests found
...@@ -97,10 +97,6 @@ class SymptomBox extends Component { ...@@ -97,10 +97,6 @@ class SymptomBox extends Component {
} }
} }
const excluded = {
textDecorationLine: 'line-through'
}
const hint = { const hint = {
fontSize: Sizes.small, fontSize: Sizes.small,
fontStyle: 'italic' fontStyle: 'italic'
...@@ -136,7 +132,6 @@ const styles = StyleSheet.create({ ...@@ -136,7 +132,6 @@ const styles = StyleSheet.create({
}, },
symptomNameExcluded: { symptomNameExcluded: {
color: Colors.greyDark, color: Colors.greyDark,
...excluded
}, },
textContainer: { textContainer: {
flexDirection: 'column', flexDirection: 'column',
...@@ -151,7 +146,6 @@ const styles = StyleSheet.create({ ...@@ -151,7 +146,6 @@ const styles = StyleSheet.create({
}, },
textExcluded: { textExcluded: {
color: Colors.grey, color: Colors.grey,
...excluded
} }
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment