UNPKG

rn-material-ui-textfield

Version:
19 lines (15 loc) 390 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _default = _reactNative.StyleSheet.create({ inputContainer: { borderTopLeftRadius: 4, borderTopRightRadius: 4, backgroundColor: 'rgb(204, 204, 204)' } }); exports.default = _default; //# sourceMappingURL=styles.js.map