I'm using "@mui/x-date-pickers/DatePicker", I want to get an outlined calendar like this image. outlined calendar
I have tried "& .MuiPickersDay-root": {borderRadius: "2px", background: "#ffffff", border: `1px solid #c6cbce`,}, but I got this wrong calendar. It's not what I want.
How can I get the first link Calendar?