react-crud-mobile 1.3.564 → 1.3.566

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.
package/dist/index.js CHANGED
@@ -1849,11 +1849,11 @@ var styles11 = import_react_native20.StyleSheet.create({
1849
1849
  paddingHorizontal: 12,
1850
1850
  alignItems: "center",
1851
1851
  flexDirection: "row",
1852
- elevation: 2,
1853
- shadowColor: "#0f172a",
1854
- shadowOffset: { width: 0, height: 2 },
1855
- shadowOpacity: 0.08,
1856
- shadowRadius: 4
1852
+ elevation: 1,
1853
+ shadowColor: "#000",
1854
+ shadowOffset: { width: 0, height: 1 },
1855
+ shadowOpacity: 0.04,
1856
+ shadowRadius: 3
1857
1857
  },
1858
1858
  handle: { width: 40, alignItems: "center", justifyContent: "center" },
1859
1859
  handleText: { fontSize: 22, color: "#666" },
@@ -2358,12 +2358,12 @@ var boxStyle = import_react_native21.StyleSheet.create({
2358
2358
  width: "100%"
2359
2359
  },
2360
2360
  box: {
2361
- borderWidth: 1,
2362
2361
  borderColor: "#dedede",
2363
2362
  borderStyle: "solid",
2364
2363
  backgroundColor: "white",
2365
2364
  borderRadius: 10,
2366
2365
  width: "100%",
2366
+ borderWidth: 0,
2367
2367
  // Keep the iOS shadow aligned with Android's elevation: a subtle
2368
2368
  // downward cast reads more naturally than a shadow spread evenly around
2369
2369
  // the card.