@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
26 lines (22 loc) • 631 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createStyles = void 0;
var _reactNative = require("react-native");
const createStyles = themeVar => {
return _reactNative.StyleSheet.create({
noticeBar: {
paddingHorizontal: themeVar.notice_bar_padding_horizontal,
paddingVertical: themeVar.notice_bar_padding_vertical,
flexDirection: 'row'
},
text: {
fontSize: themeVar.notice_bar_text_font_size,
lineHeight: themeVar.notice_bar_text_line_height,
flex: 1
}
});
};
exports.createStyles = createStyles;
//# sourceMappingURL=style.js.map