Skip to content

Instantly share code, notes, and snippets.

@chetanraj
Last active February 12, 2021 16:56
Show Gist options
  • Save chetanraj/dd8a5826464e7493d9960a0c299b8aea to your computer and use it in GitHub Desktop.
Save chetanraj/dd8a5826464e7493d9960a0c299b8aea to your computer and use it in GitHub Desktop.
export const PrimaryButton = styled(Button)(
color: #fff;
background: blue;
);
export const SecondaryButton = styled(Button)(
color: #fff;
background: orange;
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment