Skip to content
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

Closed
2 tasks done
JoeKyy opened this issue Dec 6, 2018 · 4 comments
Closed
2 tasks done

[Speed dial] Change tooltip background and color using TooltipProps #13841

JoeKyy opened this issue Dec 6, 2018 · 4 comments
Labels
component: speed dial This is the name of the generic UI component, not the React module!

Comments

@JoeKyy
Copy link

JoeKyy commented Dec 6, 2018

  • This is not a v0.x issue.
  • I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior 🤔

Change tooltip background and color using TooltipProps

Current Behavior 😯

I can`t access all TooltipProps, only partials

@oliviertassinari oliviertassinari added the status: waiting for author Issue with insufficient information label Dec 6, 2018
@oliviertassinari
Copy link
Member

oliviertassinari commented 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.

@joshwooding
Copy link
Member

@oliviertassinari I think he wants a pass through prop added to SpeedDialAction to affect all tooltip props

@JoeKyy
Copy link
Author

JoeKyy commented Dec 6, 2018 via email

@mbrookes mbrookes reopened this Dec 6, 2018
@mbrookes 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
@mbrookes
Copy link
Member

mbrookes commented 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.

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
Labels
component: speed dial This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants