UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines 461 B
import { StyleSheet } from 'react-native'; export const createStyles = themeVar => { return 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 } }); }; //# sourceMappingURL=style.js.map