-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
component: DatePickerThe React component.The React component.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedtype: bugIt doesn't behave as expected.It doesn't behave as expected.
Description
- 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
Labels
component: DatePickerThe React component.The React component.ready to takeHelp wanted. Guidance available. There is a high chance the change will be acceptedHelp wanted. Guidance available. There is a high chance the change will be acceptedtype: bugIt doesn't behave as expected.It doesn't behave as expected.