react-crud-mobile 1.0.697 → 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'