import { StyleSheet } from 'react-native';

export const styles = StyleSheet.create({
  textInput: {
    fontSize: 15,
    fontWeight: '400',
    padding: 10,
  },
});
