diff --git a/app/containers/HomeContainer/index.js b/app/containers/HomeContainer/index.js index 87b9ecbc..0226d78a 100644 --- a/app/containers/HomeContainer/index.js +++ b/app/containers/HomeContainer/index.js @@ -21,15 +21,6 @@ import { homeContainerCreators } from './reducer'; import homeContainerSaga from './saga'; import { translate } from '@app/utils/index'; -const CustomCard = styled(Card)` - && { - margin: 1.25rem 0; - padding: 1rem; - max-width: ${(props) => props.maxwidth}; - color: ${(props) => props.color}; - ${(props) => props.color && `color: ${props.color}`}; - } -`; const CustomCardHeader = styled(CardHeader)` && { padding: 0;