I'm attempting to personalize the hover effect of material-ui's CardActionArea
for a specific component in my React application. Unfortunately, I am struggling to locate detailed documentation on how to style it effectively.
Even after experimenting with injecting inline styles using the "classes" prop, I did not notice any changes taking place.
Can someone provide guidance on how to cleanly implement this customization within my (class-based) component?