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