react-crud-mobile 1.0.770 → 1.0.772
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 -2
- 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 -2
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/UIElement.tsx +1 -1
- package/src/elements/core/UISelect.tsx +1 -1
|
@@ -537,7 +537,7 @@ var styles$3 = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
537
537
|
selectInput: {
|
|
538
538
|
width: '100%',
|
|
539
539
|
flexDirection: 'row',
|
|
540
|
-
borderRadius:
|
|
540
|
+
borderRadius: 5,
|
|
541
541
|
paddingHorizontal: 15,
|
|
542
542
|
paddingVertical: 10
|
|
543
543
|
},
|
|
@@ -1766,7 +1766,7 @@ elementStyle.card = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
|
1766
1766
|
});
|
|
1767
1767
|
elementStyle.input = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1768
1768
|
label: {
|
|
1769
|
-
paddingLeft:
|
|
1769
|
+
paddingLeft: 0
|
|
1770
1770
|
},
|
|
1771
1771
|
inner: {
|
|
1772
1772
|
flex: 1,
|