UNPKG

rn-material-ui-textfield

Version:
11 lines (8 loc) 209 B
import { StyleSheet } from 'react-native'; export default StyleSheet.create({ inputContainer: { borderTopLeftRadius: 4, borderTopRightRadius: 4, backgroundColor: 'rgb(204, 204, 204)', }, });