You are using the ListItem
as your grid container (not sure if this is a requirement or it was just easy for you), and by default the ListItem
component has padding.
You can disable this padding by settings the padding of that component to 0:
<ListItem button style={{padding: 0}}>