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
+1 -6
View File
@@ -4,7 +4,7 @@ import { ScrollView, StyleSheet } from 'react-native'
import AppText from '../common/app-text'
import { Colors, Fonts, Sizes, Spacing, Typography } from '../../styles/redesign'
import { Colors, Typography } from '../../styles/redesign'
const AppPage = ({ children, title }) => {
return(
@@ -26,11 +26,6 @@ const styles = StyleSheet.create({
flex: 1
},
title: {
alignSelf: 'center',
fontFamily: Fonts.bold,
fontWeight: '700',
fontSize: Sizes.title,
marginHorizontal: Spacing.base,
...Typography.title
}
})