artwork-react-native
Version:
artwork design master for react-native
51 lines (46 loc) • 1.32 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'] = {
result: {
alignItems: 'center',
paddingVertical: _theme2['default'].v_spacing_xl,
backgroundColor: _theme2['default'].fill_base,
borderBottomColor: _theme2['default'].border_color_base
},
imgWrap: {
margin: 0
},
img: {
width: 60,
height: 60
},
title: {
marginTop: _theme2['default'].v_spacing_lg,
paddingHorizontal: _theme2['default'].h_spacing_lg
},
titleText: {
fontSize: 21,
color: _theme2['default'].color_text_base
},
message: {
marginTop: _theme2['default'].v_spacing_lg,
paddingHorizontal: _theme2['default'].h_spacing_lg
},
messageText: {
fontSize: _theme2['default'].font_size_caption,
color: _theme2['default'].color_text_caption
},
buttonWrap: {
flexDirection: 'row',
marginTop: _theme2['default'].v_spacing_lg,
paddingHorizontal: _theme2['default'].h_spacing_lg
},
button: {
flex: 1
}
};