Skip to content

Instantly share code, notes, and snippets.

@PARC6502
Created January 29, 2019 13:20
Show Gist options
  • Save PARC6502/ba1dd8902bec7435f1193a6b3c4586a4 to your computer and use it in GitHub Desktop.
Save PARC6502/ba1dd8902bec7435f1193a6b3c4586a4 to your computer and use it in GitHub Desktop.
import styled from 'styled-components';
const CustomButton = styled.button`
background: papayawhip;
width: 100%;
`
export default CustomButton;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment