From 180d07aa828c39672be05863ae440764b7a88601 Mon Sep 17 00:00:00 2001 From: emelko Date: Mon, 14 Jan 2019 11:03:54 +0100 Subject: [PATCH 1/2] Circle needs position absolute for CycleDayOverView and SymptomView to align all 3 header elements --- styles/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/index.js b/styles/index.js index badc68f..ecfba65 100644 --- a/styles/index.js +++ b/styles/index.js @@ -86,7 +86,8 @@ export default StyleSheet.create({ borderWidth: 0.5, width: 40, height: 40, - borderRadius: 100 + borderRadius: 100, + position: 'absolute' }, errorMessage: { color: shadesOfRed[2], From 8882f175955b174f11d8d38d478acc74b35d4125 Mon Sep 17 00:00:00 2001 From: emelko Date: Mon, 14 Jan 2019 11:11:39 +0100 Subject: [PATCH 2/2] The headerText does not need absolute position to look good :)! --- styles/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/index.js b/styles/index.js index ecfba65..08487b2 100644 --- a/styles/index.js +++ b/styles/index.js @@ -78,7 +78,6 @@ export default StyleSheet.create({ fontFamily: fontLight, color: fontOnPrimaryColor, textAlign: 'center', - position: 'absolute', paddingBottom: 4 }, accentCircle: {