@JoeKyy We have a demonstrate how to change the tooltip color in https://material-ui.com/demos/tooltips#customized-tooltips. It should help.
@oliviertassinari I think he wants a pass through prop added to SpeedDialAction to affect all tooltip props
Exactly!
Yes, the problem is that className is applied to the Fab, so you cannot get to the Tooltip's className (or classes) prop.
Most helpful comment
@oliviertassinari I think he wants a pass through prop added to
SpeedDialActionto affect all tooltip props