artwork-react-native
Version:
artwork design master for react-native
41 lines (36 loc) • 1.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _theme = require('../../style/theme');
var _theme2 = _interopRequireDefault(_theme);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { 'default': obj }; }
exports['default'] = {
container: {
borderBottomWidth: _theme2['default'].border_width_sm,
borderBottomColor: _theme2['default'].border_color_base
},
input: {
paddingHorizontal: _theme2['default'].h_spacing_md,
backgroundColor: _theme2['default'].fill_base,
fontSize: _theme2['default'].font_size_heading,
lineHeight: Math.round(1.3 * _theme2['default'].font_size_heading),
textAlignVertical: 'top'
},
icon: {
position: 'absolute',
top: 8,
width: _theme2['default'].icon_size_xs,
height: _theme2['default'].icon_size_xs
},
errorIcon: {
position: 'absolute',
right: 18,
top: 12
},
count: {
position: 'absolute',
right: _theme2['default'].h_spacing_md,
bottom: _theme2['default'].h_spacing_md
}
};