react-crud-mobile 1.0.767 → 1.0.768
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 +2 -2
|
@@ -1717,8 +1717,8 @@ function UIElement(props) {
|
|
|
1717
1717
|
}
|
|
1718
1718
|
var box = {
|
|
1719
1719
|
backgroundColor: 'white',
|
|
1720
|
-
paddingVertical:
|
|
1721
|
-
paddingHorizontal:
|
|
1720
|
+
paddingVertical: 10,
|
|
1721
|
+
paddingHorizontal: 15,
|
|
1722
1722
|
borderRadius: 10,
|
|
1723
1723
|
width: '100%',
|
|
1724
1724
|
shadowColor: '#888',
|