react-crud-mobile 1.3.360 → 1.3.361

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.
@@ -2520,7 +2520,8 @@ var styles$b = /*#__PURE__*/reactNative.StyleSheet.create({
2520
2520
  color: 'labelColor'
2521
2521
  },
2522
2522
  inner: {
2523
- width: '100%'
2523
+ flexDirection: 'row',
2524
+ gap: 10
2524
2525
  }
2525
2526
  });
2526
2527
  var withChildStyles = /*#__PURE__*/reactNative.StyleSheet.create({