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.
@@ -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(reactNative.Text, {
1206
- style: style('modalCloseText'),
1207
- children: "X"
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'),