From 195990b78073bcdc37c19dd520eb6f06e3681a7d Mon Sep 17 00:00:00 2001 From: Emma Callahan <callahan.emma.m@gmail.com> Date: Sat, 12 Jan 2019 16:13:34 +0100 Subject: [PATCH] Improve positioning of header text --- styles/index.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/styles/index.js b/styles/index.js index 5e73a939..93b00c51 100644 --- a/styles/index.js +++ b/styles/index.js @@ -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' } -} \ No newline at end of file +} -- GitLab