@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
26 lines (22 loc) • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.createStyles = void 0;
var _reactNative = require("react-native");
const createStyles = themeVar => {
return _reactNative.StyleSheet.create({
notify: {
alignItems: 'center',
justifyContent: 'center',
paddingHorizontal: themeVar.notify_padding_horizontal,
paddingVertical: themeVar.notify_padding_vertical
},
text: {
fontSize: themeVar.notify_font_size,
lineHeight: themeVar.notify_line_height
}
});
};
exports.createStyles = createStyles;
//# sourceMappingURL=style.js.map