react-crud-mobile 1.3.129 → 1.3.130
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/react-crud-mobile.cjs.development.js +1 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +1 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +1 -1
|
@@ -1353,7 +1353,7 @@ function UIModal(_ref) {
|
|
|
1353
1353
|
var scrollRef = useRef(null);
|
|
1354
1354
|
var style = function style(part, extra) {
|
|
1355
1355
|
var st = _extends({}, styles$8[part], extra);
|
|
1356
|
-
return _extends({},
|
|
1356
|
+
return _extends({}, scope.getStyle(part, st));
|
|
1357
1357
|
};
|
|
1358
1358
|
var onClose = function onClose() {
|
|
1359
1359
|
var _scope$currentDialog;
|