fix: listItem Component - Introduced ForwardRef (#183)

* refactor: introduced forwardRef

* fix: fixed button prop listItem

* chore: rollback package upgrade

* fix: fixed snap
This commit is contained in:
Priscila Oliveira
2019-10-12 21:11:23 +02:00
committed by Juan Picado @jotadeveloper
parent d2c1130efd
commit 82d7107de7
16 changed files with 43 additions and 27 deletions

View File

@@ -1,12 +1,12 @@
import styled from 'react-emotion';
import Grid from '@material-ui/core/Grid';
import ListItem from '@material-ui/core/ListItem';
import Typography from '@material-ui/core/Typography';
import ListItemText from '@material-ui/core/ListItemText';
import Github from '../../icons/GitHub';
import colors from '../../utils/styles/colors';
import { fontWeight } from '../../utils/styles/sizes';
import ListItem from '../../muiComponents/ListItem';
export const Heading = styled(Typography)({
'&&': {