@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
32 lines (28 loc) • 858 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styleCreator = void 0;
var _reactNative = require("react-native");
const styleCreator = cv => {
return _reactNative.StyleSheet.create({
title: {
paddingHorizontal: cv.cell_group_title_padding_horizontal,
paddingTop: cv.cell_group_title_padding_top,
paddingBottom: cv.cell_group_title_padding_bottom,
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center'
},
text: {
color: cv.cell_group_title_color,
fontSize: cv.cell_group_title_font_size,
lineHeight: cv.cell_group_title_line_height
},
body_padding_horizontal: {
paddingHorizontal: cv.cell_group_title_padding_horizontal
}
});
};
exports.styleCreator = styleCreator;
//# sourceMappingURL=style.group.js.map