import { StyleSheet } from 'react-native';
import sharedStyles from '../Styles';
export default StyleSheet.create({
container: {
flex: 1
},
input: {
fontSize: 16,
...sharedStyles.textRegular
inputContainer: {
marginBottom: 0
textInput: {
height: '100%'
centered: {
justifyContent: 'center',
alignItems: 'center'
title: {
fontSize: 18,
...sharedStyles.textBold,
...sharedStyles.textAlignCenter
send: {
...sharedStyles.textSemibold,
fontSize: 16
}
});