Circle needs position absolute for CycleDayOverView and SymptomView to align all 3 header elements

This commit is contained in:
emelko
2019-01-14 11:03:54 +01:00
parent a604482f85
commit 180d07aa82
+2 -1
View File
@@ -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],