Skip to content

Instantly share code, notes, and snippets.

@GeeWee
Created June 12, 2018 07:42
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 GeeWee/594785abf9b4d7257eda944b3ce2a4ba to your computer and use it in GitHub Desktop.
Save GeeWee/594785abf9b4d7257eda944b3ce2a4ba to your computer and use it in GitHub Desktop.
// button.jsx
import styled from 'styled-components';
export default styled.button`
display: block;
margin: 0;
padding: 0;
border: 0;
background: #34495f;
color: #fff;
font-family: Helvetica, Arial, sans-serif;
font-weight: 300;
outline: none;
cursor: pointer;
user-select: none;
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment