-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Speed dial] Change tooltip background and color using TooltipProps #13841
Labels
component: speed dial
This is the name of the generic UI component, not the React module!
Comments
oliviertassinari
added
the
status: waiting for author
Issue with insufficient information
label
Dec 6, 2018
@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 |
Exactly!
|
mbrookes
added
component: speed dial
This is the name of the generic UI component, not the React module!
and removed
status: waiting for author
Issue with insufficient information
labels
Dec 6, 2018
Yes, the problem is that className is applied to the Fab, so you cannot get to the Tooltip's className (or classes) prop. |
This was referenced Dec 6, 2018
mbrookes
added a commit
that referenced
this issue
Dec 7, 2018
<!-- Thanks so much for your PR, your contribution is appreciated! ❤️ --> - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui-org/material-ui/blob/master/CONTRIBUTING.md#submitting-a-pull-request). Closes #13841
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior 🤔
Change tooltip background and color using TooltipProps
Current Behavior 😯
I can`t access all TooltipProps, only partials
The text was updated successfully, but these errors were encountered: