import { StyleSheet } from 'react-native';
const styles = StyleSheet.create({
  container: {
    flexDirection: 'row',
    alignItems: 'center',
    width: '100%',
  },
  text: {
    color: 'black',
    fontSize: 16,
    flexDirection: 'row',
  },
  corsur: {
    width: 2,
    fontSize: 16,

    color: 'black',
  },
});

export default styles;
