UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

23 lines (22 loc) 377 B
const baseStyle = () => { return { _light: { color: 'text.900' }, _dark: { color: 'text.50' }, fontWeight: '400', fontFamily: 'body', fontStyle: 'normal', fontSize: 'sm', letterSpacing: 'md', lineHeight: 'lg' }; }; const defaultProps = {}; export default { baseStyle, defaultProps }; //# sourceMappingURL=text.js.map