react-crud-mobile 1.0.712 → 1.0.714
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 +5 -3
- 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 +5 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIModal.tsx +7 -1
|
@@ -1202,9 +1202,11 @@ function UIModal(props) {
|
|
|
1202
1202
|
children: [/*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableOpacity, {
|
|
1203
1203
|
onPress: onClose,
|
|
1204
1204
|
style: style('modalCloseButton'),
|
|
1205
|
-
children: /*#__PURE__*/jsxRuntime.jsx(
|
|
1206
|
-
|
|
1207
|
-
|
|
1205
|
+
children: /*#__PURE__*/jsxRuntime.jsx(vectorIcons.MaterialCommunityIcons, {
|
|
1206
|
+
name: "close-thick",
|
|
1207
|
+
size: 24,
|
|
1208
|
+
color: "white",
|
|
1209
|
+
style: style('modalCloseText')
|
|
1208
1210
|
})
|
|
1209
1211
|
}), /*#__PURE__*/jsxRuntime.jsx(reactNative.Text, {
|
|
1210
1212
|
style: style('modalTitle'),
|