Circle needs position absolute for CycleDayOverView and SymptomView to align all 3 header elements
This commit is contained in:
+2
-1
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user