Skip to content

Instantly share code, notes, and snippets.

@gevgeny
Created August 9, 2018 13:19
Show Gist options
  • Save gevgeny/d188f64cdf779ed05073f7851ede8f4d to your computer and use it in GitHub Desktop.
Save gevgeny/d188f64cdf779ed05073f7851ede8f4d to your computer and use it in GitHub Desktop.
const Button = styled.button`
color: coral;
padding: 0.25rem 1rem;
border: solid 2px coral;
border-radius: 3px;
margin: 0.5rem;
font-size: 1rem;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment