Skip to content

Instantly share code, notes, and snippets.

@Nilanth
Created August 8, 2021 08:23
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 Nilanth/6142aaf9c4d2f23b4a81e062859c47f3 to your computer and use it in GitHub Desktop.
Save Nilanth/6142aaf9c4d2f23b4a81e062859c47f3 to your computer and use it in GitHub Desktop.
import React from 'react';
import Button from 'components/Button';
import { red } from 'utils/constants/colors';
function DangerButton(){
return <Button color={red} />;
}
export default DangerButton;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment