Skip to content

Commit

Permalink
Removed IconButton and paired style as it is no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunderous committed Mar 22, 2018
1 parent 2d327d6 commit 42978a6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/AutoRotatingCarousel.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { Component } from 'react'
import PropTypes from 'prop-types'
import { Button, IconButton, Paper } from 'material-ui'
import { Button, Paper } from 'material-ui'
import { grey } from 'material-ui/colors'
import ArrowBackIcon from 'material-ui-icons/ArrowBack'
import ArrowForwardIcon from 'material-ui-icons/ArrowForward'
Expand Down Expand Up @@ -30,11 +30,6 @@ const desktopStyles = {
background: 'transparent',
height: '100%'
},
arrowIconButton: {
width: 48,
height: 48,
padding: 4
},
arrowIcon: {
color: grey[700]
},
Expand Down

0 comments on commit 42978a6

Please sign in to comment.