Moves unique styles of AppPage component to local file

This commit is contained in:
mashazyu
2020-08-22 13:05:17 +02: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
}
}