Newer
Older
import Colors from './colors'
export default {
centerItems: {
alignItems: 'center',
flex: 1,
justifyContent: 'center'
},
borderRadius: 5,
borderStyle: 'solid',
borderWidth: 1,
},
orangeButton: {
backgroundColor: Colors.orange,
borderRadius: 25
},