Skip to content
Snippets Groups Projects
Commit 58f8f4e2 authored by bl00dymarie's avatar bl00dymarie
Browse files

Merge branch '283-bug-header-in-cycle-day-overview-is-not-aligned' into 'master'

Fix header alignement in CycleDayOverView and SymptomView

Closes #283

See merge request bloodyhealth/drip!155
parents a604482f 8882f175
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,6 @@ export default StyleSheet.create({
fontFamily: fontLight,
color: fontOnPrimaryColor,
textAlign: 'center',
position: 'absolute',
paddingBottom: 4
},
accentCircle: {
......@@ -86,7 +85,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