Skip to content

Instantly share code, notes, and snippets.

@Sashkan
Created September 20, 2019 11:48
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 Sashkan/2b8aa78ceb6cb7883a655685d170ef13 to your computer and use it in GitHub Desktop.
Save Sashkan/2b8aa78ceb6cb7883a655685d170ef13 to your computer and use it in GitHub Desktop.
a simple styled component
import styled from 'styled-components'
const Wrapper = styled.div`
background-color: ${props => props.theme.backgroundColor};
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment