UNPKG

@fruits-chain/react-native-xiaoshu

Version:
31 lines (27 loc) 703 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createStyles = void 0; var _reactNative = require("react-native"); const createStyles = themeVar => { return _reactNative.StyleSheet.create({ button_bar: { flexDirection: 'row', justifyContent: 'flex-end', alignItems: 'center', paddingHorizontal: themeVar.button_bar_padding_horizontal }, button_bar_alone: { flexDirection: 'column', alignItems: 'stretch', justifyContent: 'center' }, btn: { marginLeft: themeVar.button_bar_button_space, minWidth: 84 } }); }; exports.createStyles = createStyles; //# sourceMappingURL=style.js.map