linear-react-components-ui 1.0.10-beta.4 → 1.0.10-beta.5

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.
@@ -153,7 +153,7 @@ var InputTextBase = function InputTextBase(props) {
153
153
  }, label && /*#__PURE__*/_react.default.createElement("div", {
154
154
  className: "labelcontainer",
155
155
  style: {
156
- textAlign: textAlign
156
+ textAlign: textAlign === 'center' ? 'left' : textAlign
157
157
  }
158
158
  }, /*#__PURE__*/_react.default.createElement("span", {
159
159
  style: styleForLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "linear-react-components-ui",
3
- "version": "1.0.10-beta.4",
3
+ "version": "1.0.10-beta.5",
4
4
  "description": "Linear Sistemas ReactJs Components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.cjs",