Extract navigation arrow and give it more padding

This commit is contained in:
Julia Friesel
2018-11-16 16:01:53 +01:00
parent d9123584c3
commit 3aacff6f83
5 changed files with 54 additions and 33 deletions
+10 -13
View File
@@ -191,11 +191,20 @@ export default StyleSheet.create({
},
header: {
backgroundColor: primaryColor,
paddingHorizontal: 15,
alignItems: 'center',
justifyContent: 'center',
height: 80
},
headerCycleDay: {
flexDirection: 'row',
justifyContent: 'space-between',
},
headerSymptom: {
paddingRight: 20
},
navigationArrow: {
padding: 20
},
menu: {
backgroundColor: primaryColor,
alignItems: 'center',
@@ -215,18 +224,6 @@ export default StyleSheet.create({
menuTextInActive: {
color: colorInActive
},
headerCycleDay: {
flexDirection: 'row',
justifyContent: 'space-between',
},
headerSymptom: {
flexDirection: 'row',
justifyContent: 'space-between',
},
navigationArrow: {
fontSize: 60,
color: fontOnPrimaryColor
},
temperatureTextInput: {
fontSize: 20,
color: 'black',