UNPKG

@fruits-chain/react-native-xiaoshu

Version:
27 lines (26 loc) • 603 B
"use strict"; import { StyleSheet } from 'react-native'; export const varCreator = TOKENS => { return { button_bar_button_space: TOKENS.space_2, button_bar_button_min_width: 92 }; }; export const styleCreator = cv => { return StyleSheet.create({ button_bar: { flexDirection: 'row', justifyContent: 'flex-end', alignItems: 'center' }, button_bar_alone: { flexDirection: 'column', alignItems: 'stretch', justifyContent: 'center' }, btn: { minWidth: cv.button_bar_button_min_width } }); }; //# sourceMappingURL=style.js.map