react-crud-mobile 1.3.358 → 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.
@@ -849,7 +849,7 @@ function UIInput(props) {
849
849
  css.fontSize = 12;
850
850
  }
851
851
  css.fontSize = Utils.nvl(element.fontSize, css.fontSize);
852
- css = _extends({}, style(type), style('input', css));
852
+ css = _extends({}, style('input'), style(type, css));
853
853
  css.lineHeight = parseInt(css.fontSize) + 2;
854
854
  //v1
855
855
  return css;