Skip to content

Instantly share code, notes, and snippets.

@gevgeny
Last active August 9, 2018 13:38
Show Gist options
  • Save gevgeny/ee40c58576a45848ab7221b22be1d9fb to your computer and use it in GitHub Desktop.
Save gevgeny/ee40c58576a45848ab7221b22be1d9fb 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