@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
18 lines • 470 B
JavaScript
import { StyleSheet } from 'react-native';
export const createStyles = themeVar => {
return StyleSheet.create({
checkbox: {
flexDirection: 'row',
alignItems: 'center'
},
label: {
color: themeVar.checkbox_label_color,
lineHeight: themeVar.checkbox_icon_size,
minHeight: themeVar.checkbox_icon_size
},
label_disabled: {
color: themeVar.checkbox_disabled_label_color
}
});
};
//# sourceMappingURL=style.js.map