Skip to content

Instantly share code, notes, and snippets.

@garethpbk
Created December 20, 2018 20:20
Show Gist options
  • Save garethpbk/f324e9932e46bed117f1991aad747c36 to your computer and use it in GitHub Desktop.
Save garethpbk/f324e9932e46bed117f1991aad747c36 to your computer and use it in GitHub Desktop.
import { getColor } from './theme';
const Title = styled.h1`
background-color: ${getColor('primary')};
color: ${getColor('white')};
font-size: ${props => props.theme.sizes.lg};
padding: 25px;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment