UNPKG

@fruits-chain/react-native-xiaoshu

Version:
26 lines (22 loc) 587 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({ item: { flex: 1, flexDirection: 'row', alignItems: 'center', justifyContent: 'center' }, text: { fontSize: themeVar.dropdown_menu_title_font_size, paddingHorizontal: themeVar.dropdown_menu_title_padding_horizontal } }); }; exports.createStyles = createStyles; //# sourceMappingURL=style.text.js.map