change style popover datepicker

This commit is contained in:
Ehsan
2024-10-24 00:36:06 +03:30
parent 94a81e6345
commit 2e8338da6d
5 changed files with 9 additions and 10 deletions
+3 -5
View File
@@ -22,11 +22,9 @@ function ButtonDate({ anchorEl, setAnchorEl, open, id, updateDate, children }) {
}}
sx={{
"& .MuiPaper-root": {
padding: { xs: "12px 12px 0", sm: "24px 24px 0" },
background: "#FFF",
borderRadius: "8px",
border: "1px solid #EFEFEF",
boxShadow: "0px 1px 24.8px 0px rgba(204, 204, 204, 0.18)",
background: "transparent !important",
border: "none !important",
// boxShadow: "none !important",
},
}}
>