mui/material-ui-pickers

How is access Modal Picker with variant="inline"?

mtr1990 opened this issue · 0 comments

My case i need style for variant="inline", but I can not access Modal Picker,

with variant="modal"
I can access class = "MuiPickersModal-dialogRoot"

but with variant="inline" class = "MuiPaper-root MuiPopover-paper MuiPaper-elevation8 MuiPaper-rounded" <= can not style on this, because it will apply for all block using MuiPaper ( I only want style for Picker)

https://prnt.sc/vbnebk