Skip to content
Snippets Groups Projects
Commit 1469dea6 authored by Julia Friesel's avatar Julia Friesel
Browse files

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

Improve positioning of header text

Closes #279

See merge request bloodyhealth/drip!151
parents 5a40f6cb 195990b7
No related branches found
No related tags found
No related merge requests found
...@@ -71,19 +71,20 @@ export default StyleSheet.create({ ...@@ -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,
...@@ -435,4 +436,4 @@ export const iconStyles = { ...@@ -435,4 +436,4 @@ export const iconStyles = {
marginRight: 5, marginRight: 5,
color: 'black' color: 'black'
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment