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.
@@ -1248,18 +1248,19 @@ var styles$7 = /*#__PURE__*/StyleSheet.create({
1248
1248
  container: {
1249
1249
  flex: 1,
1250
1250
  width: '100%',
1251
- gap: 10,
1251
+ margin: 5,
1252
1252
  justifyContent: 'center',
1253
1253
  flexDirection: 'row',
1254
1254
  alignItems: 'center'
1255
1255
  },
1256
1256
  item: {
1257
- margin: 5,
1258
1257
  backgroundColor: 'background',
1259
1258
  justifyContent: 'center',
1260
1259
  alignItems: 'center',
1261
1260
  width: 'auto',
1262
- flexDirection: 'row'
1261
+ flexDirection: 'row',
1262
+ flex: 1,
1263
+ borderRadius: 5
1263
1264
  },
1264
1265
  text: {
1265
1266
  fontSize: 15,