Skip to content
Snippets Groups Projects
Commit 180d07aa authored by emelko's avatar emelko
Browse files

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

parent a604482f
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment