react-crud-mobile 1.3.357 → 1.3.359

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.
@@ -858,7 +858,7 @@ function UIInput(props) {
858
858
  css.fontSize = 12;
859
859
  }
860
860
  css.fontSize = reactCrudUtils.Utils.nvl(element.fontSize, css.fontSize);
861
- css = _extends({}, style(type), style('input', css));
861
+ css = _extends({}, style('input'), style(type, css));
862
862
  css.lineHeight = parseInt(css.fontSize) + 2;
863
863
  //v1
864
864
  return css;
@@ -912,6 +912,7 @@ var styles$6 = /*#__PURE__*/reactNative.StyleSheet.create({
912
912
  textarea: {
913
913
  marginHorizontal: 0,
914
914
  marginVertical: 0,
915
+ paddingVertical: 10,
915
916
  width: '100%',
916
917
  height: 'auto',
917
918
  alignSelf: 'stretch',