Skip to content

Instantly share code, notes, and snippets.

@Nilanth
Last active August 16, 2021 03:03
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/bb2caa0406421ad145f30b0450cec5a9 to your computer and use it in GitHub Desktop.
Save Nilanth/bb2caa0406421ad145f30b0450cec5a9 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