UNPKG

@fruits-chain/react-native-xiaoshu

Version:
41 lines (37 loc) 1.03 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createStyles = void 0; var _reactNative = require("react-native"); const createStyles = themeVar => { return _reactNative.StyleSheet.create({ result: { alignItems: 'center', justifyContent: 'center' }, icon: { width: themeVar.result_icon_size, height: themeVar.result_icon_size, borderRadius: themeVar.result_icon_size / 2, marginBottom: themeVar.padding_sm, justifyContent: 'center' }, titleText: { marginBottom: themeVar.padding_sm, lineHeight: 24, fontSize: themeVar.result_title_font_size, color: themeVar.result_title_color, textAlign: 'center' }, subtitleText: { marginBottom: themeVar.padding_sm, lineHeight: 20, fontSize: themeVar.result_subtitle_font_size, color: themeVar.result_subtitle_color, textAlign: 'center' } }); }; exports.createStyles = createStyles; //# sourceMappingURL=style.js.map