UNPKG

@platformbuilders/react-native-ui

Version:
11 lines 396 B
import styled from 'styled-components/native'; import { getTheme } from '../../utils/helpers'; import Typography from '../Typography'; const primaryContrast = getTheme('primary.contrast'); export const Text = styled(Typography) ` font-weight: 500; color: ${primaryContrast}; text-decoration-color: ${primaryContrast}; text-decoration-line: underline; `; //# sourceMappingURL=styles.js.map