@3sc/common-component 0.0.226 → 0.0.227
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -43110,7 +43110,7 @@ function L0({ children: e, handleClose: t, open: n, isMainDialog: o }) {
|
|
|
43110
43110
|
sx: {
|
|
43111
43111
|
"& .MuiPaper-root": {
|
|
43112
43112
|
minHeight: 250,
|
|
43113
|
-
maxHeight:
|
|
43113
|
+
maxHeight: 500,
|
|
43114
43114
|
borderRadius: "1.5rem",
|
|
43115
43115
|
boxShadow: 6,
|
|
43116
43116
|
backgroundColor: (s) => s.palette.primary.appBackground
|