Place header as component

This commit is contained in:
Julia Friesel
2018-08-17 16:26:00 +02:00
parent 636e5e2f9d
commit 51629f67e2
8 changed files with 73 additions and 45 deletions
+4 -1
View File
@@ -75,11 +75,14 @@ export default StyleSheet.create({
alignItems: 'center',
height: 50
},
cycleDayDateView: {
header: {
backgroundColor: primaryColor,
paddingVertical: 18,
paddingHorizontal: 15,
alignItems: 'center',
justifyContent: 'center'
},
headerCycleDay: {
flexDirection: 'row',
justifyContent: 'space-between'
},