UNPKG

@platformbuilders/react-native-ui

Version:
8 lines 290 B
import styled from 'styled-components/native'; import { getTheme, getFontSize, getLineHeight } from '../../utils/helpers'; export const Text = styled.Text ` color: ${getTheme('text')}; font-size: ${getFontSize}px; line-height: ${getLineHeight}px; `; //# sourceMappingURL=styles.js.map