@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
16 lines • 429 B
JavaScript
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