react-crud-mobile 1.3.178 → 1.3.179

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.
@@ -1026,7 +1026,6 @@ function UIList(props) {
1026
1026
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
1027
1027
  if (original.search !== false && !((_original$list = original.list) != null && _original$list.url)) {
1028
1028
  var query = crud.get('query', '').toLowerCase().trim();
1029
- console.log(query);
1030
1029
  if (query.length > 1) {
1031
1030
  var filters = [];
1032
1031
  var filterBy = reactCrudUtils.Utils.nvl(original.filterBy, 'label');
@@ -2346,6 +2345,7 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
2346
2345
  label: {
2347
2346
  fontWeight: 400,
2348
2347
  fontSize: 12,
2348
+ paddingVertical: 3,
2349
2349
  color: 'labelColor'
2350
2350
  },
2351
2351
  inner: {