Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save alanbsmith/caa484fe253b30c46cf8b7c87950d073 to your computer and use it in GitHub Desktop.

Select an option

Save alanbsmith/caa484fe253b30c46cf8b7c87950d073 to your computer and use it in GitHub Desktop.
effective-testing-for-styled-components-updated-styles
const Button = styled.button`
background-color: #7D7D7D;
border-radius: 2px;
border: solid 1px transparent;
color: #FFF;
cursor: pointer;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment