Merge branch '279-bug-header-text-not-centered-vertically' into 'master'

Improve positioning of header text

Closes #279

See merge request bloodyhealth/drip!151
This commit is contained in:
Julia Friesel
2019-01-13 12:12:28 +00:00
+5 -4
View File
@@ -71,19 +71,20 @@ export default StyleSheet.create({
fontFamily: fontLight,
color: fontOnPrimaryColor,
textAlign: 'center',
position: 'absolute',
paddingBottom: 4
},
accentCircle: {
borderColor: secondaryColor,
borderWidth: 0.5,
width: 40,
height: 40,
borderRadius: 100,
position: 'absolute'
borderRadius: 100
},
errorMessage: {
color: shadesOfRed[2],
marginLeft: 10,
marginTop: 6,
marginTop: 6
},
homeView: {
marginHorizontal: 50,
@@ -435,4 +436,4 @@ export const iconStyles = {
marginRight: 5,
color: 'black'
}
}
}