UNPKG

react-native-material-textfield

Version:
29 lines (23 loc) 379 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ inputContainer: { backgroundColor: 'transparent', }, input: { top: 2, padding: 0, margin: 0, flex: 1, }, row: { flexDirection: 'row', }, flex: { flex: 1, }, accessory: { top: 2, justifyContent: 'center', alignSelf: 'flex-start', }, });