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