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
This commit is contained in:
bl00dymarie
2019-01-16 08:31:32 +00:00
+2 -2
View File
@@ -78,7 +78,6 @@ export default StyleSheet.create({
fontFamily: fontLight, fontFamily: fontLight,
color: fontOnPrimaryColor, color: fontOnPrimaryColor,
textAlign: 'center', textAlign: 'center',
position: 'absolute',
paddingBottom: 4 paddingBottom: 4
}, },
accentCircle: { accentCircle: {
@@ -86,7 +85,8 @@ export default StyleSheet.create({
borderWidth: 0.5, borderWidth: 0.5,
width: 40, width: 40,
height: 40, height: 40,
borderRadius: 100 borderRadius: 100,
position: 'absolute'
}, },
errorMessage: { errorMessage: {
color: shadesOfRed[2], color: shadesOfRed[2],