diff --git a/components/cycle-day/symptom-box.js b/components/cycle-day/symptom-box.js index c77945d..a4bb10d 100644 --- a/components/cycle-day/symptom-box.js +++ b/components/cycle-day/symptom-box.js @@ -94,7 +94,7 @@ class SymptomBox extends Component { {symptomTitles[symptom].toLowerCase()} {symptomDataToDisplay && - + {symptomDataToDisplay} } @@ -112,7 +112,7 @@ const styles = StyleSheet.create({ borderRadius: scale(10), elevation: 4, flexDirection: 'row', - height: scale(110), + height: scale(120), marginBottom: Spacing.base, paddingHorizontal: Spacing.small, paddingVertical: Spacing.base,