rn-material-ui-textfield
Version:
22 lines (18 loc) • 421 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
text: {
fontSize: 12,
lineHeight: 16,
textAlign: 'right',
backgroundColor: 'transparent',
paddingVertical: 2,
marginLeft: 8
}
});
exports.default = _default;
//# sourceMappingURL=styles.js.map
;