13 lines
209 B
JavaScript
13 lines
209 B
JavaScript
import Colors from './colors'
|
|
|
|
export default {
|
|
centerItems: {
|
|
alignItems: 'center',
|
|
flex: 1,
|
|
justifyContent: 'center'
|
|
},
|
|
page: {
|
|
backgroundColor: Colors.tourquiseLight,
|
|
flex: 1
|
|
}
|
|
} |