UNPKG

react-native-material-textfield

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