react-crud-mobile 1.0.663 → 1.0.665

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.
@@ -788,7 +788,7 @@ function UIListRow(props) {
788
788
  var stylesList = /*#__PURE__*/reactNative.StyleSheet.create({
789
789
  row: {
790
790
  padding: 5,
791
- margin: 3,
791
+ margin: 0,
792
792
  width: '100%',
793
793
  backgroundColor: '#f5f5f5',
794
794
  gap: 10,
@@ -901,23 +901,6 @@ var stylesList$1 = /*#__PURE__*/reactNative.StyleSheet.create({
901
901
  flexWrap: 'wrap',
902
902
  alignItems: 'stretch'
903
903
  },
904
- row: {
905
- padding: 5,
906
- margin: 0,
907
- width: '100%',
908
- backgroundColor: '#f5f5f5',
909
- gap: 10,
910
- borderRadius: 8,
911
- minHeight: 40
912
- },
913
- rowInner: {
914
- flexGrow: 1,
915
- justifyContent: 'center',
916
- alignItems: 'center',
917
- borderRadius: 8,
918
- padding: 10,
919
- width: '100%'
920
- },
921
904
  text: {
922
905
  fontSize: 18,
923
906
  fontWeight: 'bold'
@@ -932,18 +915,6 @@ var stylesRepeat$1 = /*#__PURE__*/reactNative.StyleSheet.create({
932
915
  gap: 10,
933
916
  alignItems: 'stretch'
934
917
  },
935
- row: {
936
- padding: 0,
937
- width: '100%',
938
- minHeight: 40
939
- },
940
- rowInner: {
941
- flexGrow: 1,
942
- justifyContent: 'center',
943
- alignItems: 'center',
944
- padding: 0,
945
- width: '100%'
946
- },
947
918
  text: {
948
919
  fontSize: 18,
949
920
  fontWeight: 'bold'