react-crud-mobile 1.0.789 → 1.0.790

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.
@@ -1747,7 +1747,7 @@ function UIElement(props) {
1747
1747
  var xBox = /*#__PURE__*/reactNative.StyleSheet.create({
1748
1748
  box: {
1749
1749
  borderWidth: 1,
1750
- borderColor: '#dededed',
1750
+ borderColor: '#dedede',
1751
1751
  borderStyle: 'solid',
1752
1752
  backgroundColor: 'white',
1753
1753
  paddingVertical: 10,