@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
19 lines • 447 B
JavaScript
import { StyleSheet } from 'react-native';
export const createStyles = themeVar => {
return StyleSheet.create({
tab_bar: {
flexDirection: 'row',
alignItems: 'center',
justifyContent: 'center'
},
item: {
flex: 1
},
item_text: {
textAlign: 'center',
fontSize: themeVar.tab_bar_text_font_size,
marginTop: themeVar.tab_bar_text_margin_top
}
});
};
//# sourceMappingURL=style.js.map