[Dialog] Cannot override styles #9258
Labels
component: dialog
This is the name of the generic UI component, not the React module!
package: styles
Specific to @mui/styles. Legacy package, @material-ui/styled-engine is taking over in v5.
Current Behavior
Expected Behavior
With style attribute of Dialog I want to set the style of the root element.
The marginTop attribute is set but paddingTop is not, instead internal paddingTop is used and cannot be overriden with style={{}}.
I should be able to override the styles of dialog.
Your Environment
The text was updated successfully, but these errors were encountered: