Moves unique styles of AppPage component to local file

This commit is contained in:
mashazyu
2020-03-23 15:55:51 +01:00
committed by Sofiya Tepikin
parent 3de92b9f77
commit e80d8880b0
3 changed files with 9 additions and 16 deletions
-6
View File
@@ -1,13 +1,7 @@
import Colors from './colors'
export default {
centerItems: {
alignItems: 'center',
flex: 1,
justifyContent: 'center'
},
page: {
backgroundColor: Colors.tourquiseLight,
flex: 1
}
}
-7
View File
@@ -17,13 +17,6 @@ export default {
fontFamily: fonts.main,
fontSize: sizes.base
},
pageTitle: {
alignSelf: 'center',
fontFamily: fonts.bold,
fontWeight: '700',
fontSize: sizes.title,
marginHorizontal: Spacing.base,
},
title: {
color: Colors.purple,
marginVertical: Spacing.large