UNPKG

@fruits-chain/react-native-xiaoshu

Version:
36 lines (32 loc) 988 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createStyles = void 0; var _reactNative = require("react-native"); const createStyles = themeVar => { return _reactNative.StyleSheet.create({ title: { paddingHorizontal: themeVar.cell_group_title_padding_horizontal, paddingTop: themeVar.cell_group_title_padding_top, paddingBottom: themeVar.cell_group_title_padding_bottom, flexDirection: 'row', justifyContent: 'space-between', alignItems: 'center' }, text: { color: themeVar.cell_group_title_color, fontSize: themeVar.cell_group_title_font_size, lineHeight: themeVar.cell_group_title_line_height }, body: { borderStyle: 'solid', // borderColor: '#000', // to test ui borderColor: themeVar.cell_border_color, borderTopWidth: 1, borderBottomWidth: 1 } }); }; exports.createStyles = createStyles; //# sourceMappingURL=style.group.js.map