The style props for <ListItem />
does not apply any padding that you set. The style prop is working as you can change the height but the Padding seems to be hard coded at 16px for top and bottom
So this was not actually an issue but my fault, I needed to be using the 'innerDiveStyle' prop and not the 'style' prop
Thanks for following up.
needed to be using the 'innerDivStyle' prop
thanks!
Most helpful comment
So this was not actually an issue but my fault, I needed to be using the 'innerDiveStyle' prop and not the 'style' prop