Skip to content

[DatePicker] The style for Paper not working #29385

@mtr1990

Description

@mtr1990
  • The issue is present in the latest release.
  • I have searched the issues of this repository and believe that this is not a duplicate.

Current Behavior 😯

The style for Paper not working

https://codesandbox.io/s/basicdatepicker-material-demo-forked-07w0l?file=/demo.tsx

In previous versions, I could access it this way. But now it doesn't work anymore

    PrivatePickersPopper: {
      styleOverrides: {
        paper: {
          boxShadow: theme.shadows[20],
          borderRadius:20
        }
      }
    },

How can I interfere with the DatePicker components and style them?

Metadata

Metadata

Assignees

No one assigned

    Labels

    component: DatePickerThe React component.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedtype: bugIt doesn't behave as expected.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions