Material-ui: [Speed dial] Change tooltip background and color using TooltipProps

Created on 6 Dec 2018  路  4Comments  路  Source: mui-org/material-ui

  • [x] This is not a v0.x issue.
  • [x] 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

SpeedDial

Most helpful comment

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

All 4 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NonameSLdev picture NonameSLdev  路  56Comments

nathanmarks picture nathanmarks  路  100Comments

tleunen picture tleunen  路  59Comments

illogikal picture illogikal  路  75Comments

damianobarbati picture damianobarbati  路  55Comments