react-native-social-login-module
Version:
React Native social login
17 lines • 471 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports._textInputStyle = void 0;
const react_native_1 = require("react-native");
exports._textInputStyle = (width) => ({
width,
fontSize: 18,
paddingLeft: 32,
color: "#52535a",
paddingBottom: 12,
borderBottomWidth: 1,
borderColor: "#e1e1f2",
});
exports.default = react_native_1.StyleSheet.create({
container: {},
});
//# sourceMappingURL=TextField.style.js.map