Introduces Header redesign along with some global styles changes

This commit is contained in:
mashazyu
2020-03-23 22:20:17 +01:00
committed by Sofiya Tepikin
parent e101ecb8d1
commit ce92b0af33
10 changed files with 210 additions and 132 deletions
+5
View File
@@ -12,5 +12,10 @@ export default {
alignItems: 'center',
flex: 1,
justifyContent: 'center'
},
rowContainer: {
alignItems: 'center',
flexDirection: 'row',
justifyContent: 'space-between'
}
}