@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
28 lines (24 loc) • 628 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createStyles = void 0;
var _reactNative = require("react-native");
const createStyles = themeVar => {
return _reactNative.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
}
});
};
exports.createStyles = createStyles;
//# sourceMappingURL=style.js.map