react-crud-mobile 1.3.71 → 1.3.72
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 +4 -3
- 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 +4 -3
- package/dist/react-crud-mobile.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/elements/core/UIOrder.tsx +3 -2
|
@@ -1689,10 +1689,11 @@ function UIOrder(props) {
|
|
|
1689
1689
|
}
|
|
1690
1690
|
var styles$a = /*#__PURE__*/reactNative.StyleSheet.create({
|
|
1691
1691
|
row: {
|
|
1692
|
-
|
|
1692
|
+
flexDirection: 'row',
|
|
1693
|
+
gap: 10,
|
|
1694
|
+
padding: 15,
|
|
1693
1695
|
borderBottomWidth: 1,
|
|
1694
|
-
borderBottomColor: '#ccc'
|
|
1695
|
-
borderRadius: 5
|
|
1696
|
+
borderBottomColor: '#ccc'
|
|
1696
1697
|
},
|
|
1697
1698
|
text: {
|
|
1698
1699
|
fontSize: 18
|