Skip to content
Snippets Groups Projects
containers.js 407 B
Newer Older
import Colors from './colors'

export default {
  centerItems: {
    alignItems: 'center',
    flex: 1,
    justifyContent: 'center'
  },
mashazyu's avatar
mashazyu committed
    borderColor: Colors.grey,
    borderRadius: 5,
    borderStyle: 'solid',
    borderWidth: 1,
  },
  orangeButton: {
    backgroundColor: Colors.orange,
    borderRadius: 25
  },
mashazyu's avatar
mashazyu committed
    backgroundColor: Colors.tourquiseLight,