artwork-react-native
Version:
artwork design master for react-native
41 lines (36 loc) • 898 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'] = {
pagination: {
position: 'absolute',
alignItems: 'center'
},
paginationX: {
bottom: 10,
left: 0,
right: 0
},
paginationY: {
right: 10,
top: 0,
bottom: 0
},
pointStyle: {
width: 8,
height: 8,
borderRadius: 8,
backgroundColor: _theme2['default'].color_icon_base
},
pointActiveStyle: {
backgroundColor: '#888'
},
spaceStyle: {
marginHorizontal: _theme2['default'].h_spacing_sm / 2,
marginVertical: _theme2['default'].v_spacing_sm / 2
}
};