n4kz/react-native-material-textfield

View on GitHub
src/components/field-filled/styles.js

Summary

Maintainability
A
0 mins
Test Coverage
import { StyleSheet } from 'react-native';

export default StyleSheet.create({
  inputContainer: {
    borderTopLeftRadius: 4,
    borderTopRightRadius: 4,

    backgroundColor: 'rgb(204, 204, 204)',
  },
});