Improve positioning of header text

This commit is contained in:
Emma Callahan
2019-01-12 16:13:34 +01:00
parent 5a40f6cbb1
commit 195990b780
+4 -3
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,