n4kz/react-native-material-textfield

View on GitHub
src/components/helper/styles.js

Summary

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

export default StyleSheet.create({
  text: {
    flex: 1,
    fontSize: 12,
    lineHeight: 16,
    backgroundColor: 'transparent',
    paddingVertical: 2,
    textAlign: 'left',
  },
});