Hi guys, What I'm trying to do here
When I hover the Child Component,
The background change (That's a good start).
But both of the Child Component background colours change. Should be just box that I hover over.
Any help would be very much appreciated.
Thank you
This is an URL to refer to my code
https://codesandbox.io/s/material-demo-sck7e?fontsize=14&hidenavigation=1&theme=dark
Top comments (1)
Hi Merman.
You need to specify which ref element you want to apply hover effect on.
Check out the forked demo - codesandbox.io/s/material-demo-9rb...