react-crud-mobile 1.3.343 → 1.3.345

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.
@@ -831,13 +831,13 @@ function UIInput(props) {
831
831
  }
832
832
  }
833
833
  };
834
- //v4
834
+ //v5
835
835
  var defs = _extends({}, Utils.nvl(decode[type], {}), element.inputProps);
836
836
  var inputStyle = Utils.call(function () {
837
837
  var size = element.size;
838
838
  var css = {};
839
839
  if (size === 'small') {
840
- css.height = 30;
840
+ css.height = 35;
841
841
  css.fontSize = 12;
842
842
  }
843
843
  css.fontSize = Utils.nvl(element.fontSize, css.fontSize);