Skip to content

Commit

Permalink
Merge pull request #44 from reactioncommerce/docs-button
Browse files Browse the repository at this point in the history
docs(button): change danger to error; remove comments
  • Loading branch information
machikoyasuda authored Aug 1, 2019
2 parents 866643a + 9c5f83a commit 5dffbf9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package/src/components/Button/Button.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from "react";
import PropTypes from "prop-types";
// import CircularProgress from "@material-ui/core/CircularProgress";
// import MuiButton from "@material-ui/core/Button";
// import makeStyles from "@material-ui/core/styles/makeStyles";
import { CircularProgress, Button as MuiButton, makeStyles } from "@material-ui/core";

const useStyles = makeStyles((theme) => ({
Expand Down Expand Up @@ -84,7 +81,7 @@ Button.propTypes = {
*/
classes: PropTypes.object,
/**
* Options: `default` | `inherit` | `primary` | `secondary` | `danger`
* Options: `default` | `inherit` | `primary` | `secondary` | `error`
*/
color: PropTypes.string,
/**
Expand Down

0 comments on commit 5dffbf9

Please sign in to comment.