UNPKG

react-native-material-textfield

Version:
14 lines (11 loc) 223 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { paddingVertical: 4, paddingLeft: 4, }, text: { textAlign: 'right', backgroundColor: 'transparent', }, });