artwork-react-native
Version:
artwork design master for react-native
37 lines (32 loc) • 948 B
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'] = {
wrapper: {
flexDirection: 'row',
alignItems: 'center'
},
icon: {
width: _theme2['default'].icon_size_xxs,
height: _theme2['default'].icon_size_xxs * 0.8
},
radioItem: {
flexDirection: 'row',
alignItems: 'center'
},
radioItemRadio: {
marginLeft: _theme2['default'].h_spacing_lg,
marginRight: _theme2['default'].h_spacing_md
},
radioItemContent: {
color: _theme2['default'].color_text_base,
fontSize: _theme2['default'].font_size_heading
},
radioItemContentDisable: {
color: _theme2['default'].color_text_disabled
}
};