Improve positioning of header text
This commit is contained in:
+4
-3
@@ -71,19 +71,20 @@ export default StyleSheet.create({
|
|||||||
fontFamily: fontLight,
|
fontFamily: fontLight,
|
||||||
color: fontOnPrimaryColor,
|
color: fontOnPrimaryColor,
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
|
position: 'absolute',
|
||||||
|
paddingBottom: 4
|
||||||
},
|
},
|
||||||
accentCircle: {
|
accentCircle: {
|
||||||
borderColor: secondaryColor,
|
borderColor: secondaryColor,
|
||||||
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],
|
||||||
marginLeft: 10,
|
marginLeft: 10,
|
||||||
marginTop: 6,
|
marginTop: 6
|
||||||
},
|
},
|
||||||
homeView: {
|
homeView: {
|
||||||
marginHorizontal: 50,
|
marginHorizontal: 50,
|
||||||
|
|||||||
Reference in New Issue
Block a user