From f34df0233ce35ca9d2c9460b40ed02d76425ba65 Mon Sep 17 00:00:00 2001 From: MariaZ Date: Sun, 6 Feb 2022 12:06:11 +0100 Subject: [PATCH] Increase box size and change back number of lines to display to 4 --- components/cycle-day/symptom-box.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,