BenStirrup
12/20/2018 - 11:29 AM

SimpleStyledButton.js

import styled from "styled-components";
import Button from "@material-ui/core/Button";

export default styled(Button)`
  && {
    color: white;
    background-color: blue;
    height: 80px;
  }
`;