UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines 429 B
import { StyleSheet } from 'react-native'; export const createStyles = themeVar => { return 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 } }); }; //# sourceMappingURL=style.text.js.map