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.
@@ -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({}, st, scope.getStyle(part, {}));
1356
+ return _extends({}, scope.getStyle(part, st));
1357
1357
  };
1358
1358
  var onClose = function onClose() {
1359
1359
  var _scope$currentDialog;