react-crud-mobile 1.0.829 → 1.0.830
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 +2 -2
- package/src/elements/UIElement.tsx +6 -1
|
@@ -1772,7 +1772,8 @@ function UIElement(props) {
|
|
|
1772
1772
|
})),
|
|
1773
1773
|
children: /*#__PURE__*/jsxRuntime.jsx(reactNative.View, {
|
|
1774
1774
|
style: getStyle('cardInner', {
|
|
1775
|
-
|
|
1775
|
+
paddingHorizontal: 15,
|
|
1776
|
+
paddingVertical: 10
|
|
1776
1777
|
}),
|
|
1777
1778
|
children: props.children
|
|
1778
1779
|
})
|