react-crud-mobile 1.0.733 → 1.0.734

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.
@@ -1013,7 +1013,7 @@ var styles$7 = /*#__PURE__*/reactNative.StyleSheet.create({
1013
1013
  flexDirection: 'row'
1014
1014
  },
1015
1015
  item: {
1016
- padding: 15,
1016
+ padding: 10,
1017
1017
  marginVertical: 8,
1018
1018
  backgroundColor: '#f5f5f5',
1019
1019
  borderRadius: 8,
@@ -1022,7 +1022,7 @@ var styles$7 = /*#__PURE__*/reactNative.StyleSheet.create({
1022
1022
  flexDirection: 'row'
1023
1023
  },
1024
1024
  text: {
1025
- fontSize: 16,
1025
+ fontSize: 15,
1026
1026
  fontWeight: '500'
1027
1027
  }
1028
1028
  });