Skip to content

Instantly share code, notes, and snippets.

@maciejmatu
Created October 21, 2017 13:33
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 maciejmatu/5cf6291d01cbf90dbbcfec64bc53fb59 to your computer and use it in GitHub Desktop.
Save maciejmatu/5cf6291d01cbf90dbbcfec64bc53fb59 to your computer and use it in GitHub Desktop.
const Button = styled.button`
font-size: 12px;
background-color: ${props => props.solid ? 'red' : 'blue' };
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment