UNPKG

generator-react-native-tvos

Version:
12 lines (10 loc) 258 B
import styled from 'styled-components/native'; import theme from '../../theme'; export const Heading = styled.Text` font-family: ${theme.fontFamily}; font-weight: bold; font-size: 50; color: ${theme.heading}; margin-left: 60; margin-top: 40; `;