UNPKG

artwork-react-native

Version:

artwork design master for react-native

37 lines (32 loc) 907 B
'use strict'; 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_sm, height: _theme2['default'].icon_size_sm }, iconRight: { marginLeft: _theme2['default'].h_spacing_md }, agreeItem: { flexDirection: 'row', alignItems: 'center' }, agreeItemCheckbox: { marginLeft: _theme2['default'].h_spacing_lg, marginRight: _theme2['default'].h_spacing_md }, checkboxItemCheckbox: { marginRight: _theme2['default'].h_spacing_md, alignSelf: 'center' } };