react-crud-mobile 1.3.356 → 1.3.358
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.
- package/dist/react-crud-mobile.cjs.development.js +2 -1
- package/dist/react-crud-mobile.cjs.development.js.map +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js +1 -1
- package/dist/react-crud-mobile.cjs.production.min.js.map +1 -1
- package/dist/react-crud-mobile.esm.js +2 -1
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIButton.tsx +1 -1
- package/src/elements/core/UIInput.tsx +1 -0
@@ -390,7 +390,7 @@ function UIButton(props) {
|
|
390
390
|
var color = element.color;
|
391
391
|
var label = scope.getLabel();
|
392
392
|
var icon = scope.getPart('icon');
|
393
|
-
//ajuste align
|
393
|
+
//ajuste align v6
|
394
394
|
if (!color) color = 'primaryLight';
|
395
395
|
var styles = {
|
396
396
|
buttonLabel: {
|
@@ -903,6 +903,7 @@ var styles$6 = /*#__PURE__*/StyleSheet.create({
|
|
903
903
|
textarea: {
|
904
904
|
marginHorizontal: 0,
|
905
905
|
marginVertical: 0,
|
906
|
+
paddingVertical: 10,
|
906
907
|
width: '100%',
|
907
908
|
height: 'auto',
|
908
909
|
alignSelf: 'stretch',
|