@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
12 lines • 343 B
JavaScript
import { StyleSheet } from 'react-native';
export const createStyles = themeVar => {
return StyleSheet.create({
menu: {
flexDirection: 'row',
alignItems: 'center',
height: themeVar.dropdown_menu_height,
backgroundColor: themeVar.dropdown_menu_background_color
}
});
};
//# sourceMappingURL=style.menu.js.map