react-crud-mobile 1.3.318 → 1.3.319

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.
@@ -1257,18 +1257,19 @@ var styles$7 = /*#__PURE__*/reactNative.StyleSheet.create({
1257
1257
  container: {
1258
1258
  flex: 1,
1259
1259
  width: '100%',
1260
- gap: 10,
1260
+ margin: 5,
1261
1261
  justifyContent: 'center',
1262
1262
  flexDirection: 'row',
1263
1263
  alignItems: 'center'
1264
1264
  },
1265
1265
  item: {
1266
- margin: 5,
1267
1266
  backgroundColor: 'background',
1268
1267
  justifyContent: 'center',
1269
1268
  alignItems: 'center',
1270
1269
  width: 'auto',
1271
- flexDirection: 'row'
1270
+ flexDirection: 'row',
1271
+ flex: 1,
1272
+ borderRadius: 5
1272
1273
  },
1273
1274
  text: {
1274
1275
  fontSize: 15,