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:
+2
-2
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user