react-crud-mobile 1.0.714 → 1.0.716
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 +2 -2
- package/src/elements/core/UIModal.tsx +1 -1
|
@@ -1118,7 +1118,7 @@ function UIModal(props) {
|
|
|
1118
1118
|
var main = reactCrudUtils.ViewUtils.getCrud('view');
|
|
1119
1119
|
var scope = props.scope;
|
|
1120
1120
|
var label = scope.getLabel();
|
|
1121
|
-
var theme =
|
|
1121
|
+
var theme = scope.getTheme();
|
|
1122
1122
|
var headerStyle = reactCrudUtils.Utils.nvl((_theme$styles = theme.styles) == null || (_theme$styles = _theme$styles.defaults) == null ? void 0 : _theme$styles.header, {});
|
|
1123
1123
|
var style = function style(part, extra) {
|
|
1124
1124
|
var st = _extends({}, styles$8[part], extra);
|