artwork-react-native
Version:
artwork design master for react-native
46 lines (40 loc) • 1.37 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _reactNative = require('react-native');
var _theme = require('../../style/theme');
var _theme2 = _interopRequireDefault(_theme);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
exports['default'] = {
message: {
marginTop: _theme2['default'].v_spacing_lg,
color: _theme2['default'].color_text_caption,
fontSize: _theme2['default'].font_size_base,
textAlign: 'center'
},
inputGroup: {
marginTop: _theme2['default'].v_spacing_md,
flexDirection: 'column'
},
inputWrapper: {
borderWidth: _reactNative.StyleSheet.hairlineWidth,
borderTopWidth: 0,
borderColor: _theme2['default'].border_color_base
},
input: {
height: 36,
fontSize: _theme2['default'].font_size_base,
paddingHorizontal: _theme2['default'].h_spacing_sm,
paddingVertical: 0
},
inputFirst: {
borderTopWidth: _reactNative.StyleSheet.hairlineWidth,
borderTopLeftRadius: _theme2['default'].radius_sm,
borderTopRightRadius: _theme2['default'].radius_sm
},
inputLast: {
borderBottomLeftRadius: _theme2['default'].radius_sm,
borderBottomRightRadius: _theme2['default'].radius_sm
}
};