rn-inkpad
Version:
<img src="https://res.cloudinary.com/fercloudinary/image/upload/v1715452841/packages/inkpad-banner_acl0xl.png" />
26 lines (25 loc) • 589 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.inputStyles = void 0;
const react_native_1 = require("react-native");
exports.inputStyles = react_native_1.StyleSheet.create({
input: {
paddingHorizontal: 5,
paddingVertical: 8,
gap: 8,
},
label: {
fontSize: 16,
fontWeight: '600',
},
icon: {
alignSelf: 'center',
},
btnViewPass: {
flexDirection: 'column',
justifyContent: 'center',
padding: 10,
position: 'absolute',
right: 0,
},
});