Merge branch '449-change-crossed-out-text-for-excluded-values-on-cycle-day-overview' into 'rebased-redesign'
Remove line-through textDecoration for excluded values See merge request bloodyhealth/drip!312
This commit is contained in:
@@ -97,10 +97,6 @@ class SymptomBox extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
const excluded = {
|
||||
textDecorationLine: 'line-through'
|
||||
}
|
||||
|
||||
const hint = {
|
||||
fontSize: Sizes.small,
|
||||
fontStyle: 'italic'
|
||||
@@ -136,7 +132,6 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
symptomNameExcluded: {
|
||||
color: Colors.greyDark,
|
||||
...excluded
|
||||
},
|
||||
textContainer: {
|
||||
flexDirection: 'column',
|
||||
@@ -151,7 +146,6 @@ const styles = StyleSheet.create({
|
||||
},
|
||||
textExcluded: {
|
||||
color: Colors.grey,
|
||||
...excluded
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user