react-crud-mobile 1.0.696 → 1.0.698

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.
@@ -394,9 +394,9 @@ function UIButton(props) {
394
394
  },
395
395
  button: {
396
396
  height: 50,
397
- paddingHorizontal: 16,
398
397
  backgroundColor: color,
399
398
  borderRadius: 24,
399
+ gap: 10,
400
400
  justifyContent: 'center',
401
401
  alignItems: 'center',
402
402
  flexDirection: 'row'
@@ -419,8 +419,7 @@ function UIButton(props) {
419
419
  };
420
420
  } else if (icon) {
421
421
  extra.button = {
422
- padding: 0,
423
- paddingHorizontal: 20
422
+ padding: 0
424
423
  };
425
424
  }
426
425
  return /*#__PURE__*/jsxRuntime.jsx(reactNative.TouchableHighlight, {