UNPKG

antd-mobile-rn

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

26 lines 633 B
import variables from '../../style/themes/default.native'; export default { wrapper: { flexDirection: 'row', alignItems: 'center' }, icon: { width: variables.icon_size_sm, height: variables.icon_size_sm }, iconRight: { marginLeft: variables.h_spacing_md }, agreeItem: { flexDirection: 'row', alignItems: 'center' }, agreeItemCheckbox: { marginLeft: variables.h_spacing_lg, marginRight: variables.h_spacing_md }, checkboxItemCheckbox: { marginRight: variables.h_spacing_md, alignSelf: 'center' } };