tenjin-ui-kit 0.2.177 → 0.2.178

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.
@@ -105,7 +105,7 @@ var SimpleTable = function SimpleTable(_ref) {
105
105
  return /*#__PURE__*/_react.default.createElement(_material.TableCell, {
106
106
  className: isHeight && classes.customCell,
107
107
  style: {
108
- padding: "".concat(height || "0rem", " 1rem")
108
+ padding: "".concat(height || "0.5rem", " 1rem")
109
109
  },
110
110
  key: index
111
111
  }, renderCellContent(r, c));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tenjin-ui-kit",
3
- "version": "0.2.177",
3
+ "version": "0.2.178",
4
4
  "repository": {
5
5
  "url": "https://gitlab.com/yethi/react/tenjin-ui-kit.git"
6
6
  },