Skip to content

Instantly share code, notes, and snippets.

@koss-lebedev
Last active September 27, 2018 06:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save koss-lebedev/993f1ffedb7492b272f97c4550a266bb to your computer and use it in GitHub Desktop.
Save koss-lebedev/993f1ffedb7492b272f97c4550a266bb to your computer and use it in GitHub Desktop.
import styled from 'styled-components'
import theme from 'styles'
const Header = styled.h1`
font-size: ${theme.fontSize.header};
color: ${theme.colors.text};
`;
// [ts] property 'colors' doesn't exist. Did you mean `color`?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment