UNPKG

@fruits-chain/react-native-xiaoshu

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