From 6aef594b29793b4ae7ff587ec393ac6f4e5cc9a6 Mon Sep 17 00:00:00 2001 From: bl00dymarie Date: Mon, 14 Feb 2022 23:40:42 +0100 Subject: [PATCH] Adding paddingTop to title of symptom box --- components/cycle-day/symptom-box.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cycle-day/symptom-box.js b/components/cycle-day/symptom-box.js index a4bb10d..bb20435 100644 --- a/components/cycle-day/symptom-box.js +++ b/components/cycle-day/symptom-box.js @@ -119,6 +119,7 @@ const styles = StyleSheet.create({ width: Spacing.symptomTileWidth }, symptomName: { + paddingTop: Sizes.tiny, color: Colors.purple, fontSize: Sizes.base, lineHeight: Sizes.base