Currently utilizing React and Material UI, I am attempting to use the nth-child selector with the MUI makeStyle function. However, it is not working as expected. Here are some screenshots for reference:
https://i.sstatic.net/5dVhV.png https://i.sstatic.net/xZSAG.png https://i.sstatic.net/EE4LG.png
Despite my intention to assign a background color to every even child, all children's backgrounds are actually colored. Any assistance would be greatly appreciated :)