import { StyleSheet } from 'react-native'

import { ApplicationStyles } from '../../../shared/themes'

export default StyleSheet.create({
  ...ApplicationStyles.screen,
  container: {
    flex: 1,
    padding: 20
  }
})
