react-crud-mobile 1.3.131 → 1.3.133

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.
@@ -409,7 +409,7 @@ function UIButton(props) {
409
409
  },
410
410
  button: {
411
411
  backgroundColor: color,
412
- borderRadius: 24,
412
+ borderRadius: 10,
413
413
  gap: 10,
414
414
  justifyContent: 'center',
415
415
  alignItems: 'center',
@@ -2266,7 +2266,6 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
2266
2266
  },
2267
2267
  label: {
2268
2268
  fontWeight: 400,
2269
- marginTop: 5,
2270
2269
  fontSize: 12,
2271
2270
  color: 'labelColor'
2272
2271
  },