From 180d07aa828c39672be05863ae440764b7a88601 Mon Sep 17 00:00:00 2001 From: emelko Date: Mon, 14 Jan 2019 11:03:54 +0100 Subject: [PATCH] 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],