[material-ui][Tooltip] Tooltip/popper styles are not applying through direct sx styles in Tooltip component #43134
Labels
component: Popper
The React component. See <Popup> for the latest version.
component: tooltip
This is the name of the generic UI component, not the React module!
package: material-ui
Specific to @mui/material
Steps to reproduce
Link to live example
Steps:
Current behavior
No response
Expected behavior
No response
Context
Styles don't apply when using the Tooltip sx prop. It does work using slotProps and add the sx styles on the tooltip
(the code above works)
The problem is, if I want to use the styled API, I'm not able to override the tooltip/popper styles.
Your environment
npx @mui/envinfo
Search keywords: tooltip, styles, popper
The text was updated successfully, but these errors were encountered: