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.mjs CHANGED
@@ -1828,11 +1828,11 @@ var styles11 = StyleSheet14.create({
1828
1828
  paddingHorizontal: 12,
1829
1829
  alignItems: "center",
1830
1830
  flexDirection: "row",
1831
- elevation: 2,
1832
- shadowColor: "#0f172a",
1833
- shadowOffset: { width: 0, height: 2 },
1834
- shadowOpacity: 0.08,
1835
- shadowRadius: 4
1831
+ elevation: 1,
1832
+ shadowColor: "#000",
1833
+ shadowOffset: { width: 0, height: 1 },
1834
+ shadowOpacity: 0.04,
1835
+ shadowRadius: 3
1836
1836
  },
1837
1837
  handle: { width: 40, alignItems: "center", justifyContent: "center" },
1838
1838
  handleText: { fontSize: 22, color: "#666" },
@@ -2337,12 +2337,12 @@ var boxStyle = StyleSheet15.create({
2337
2337
  width: "100%"
2338
2338
  },
2339
2339
  box: {
2340
- borderWidth: 1,
2341
2340
  borderColor: "#dedede",
2342
2341
  borderStyle: "solid",
2343
2342
  backgroundColor: "white",
2344
2343
  borderRadius: 10,
2345
2344
  width: "100%",
2345
+ borderWidth: 0,
2346
2346
  // Keep the iOS shadow aligned with Android's elevation: a subtle
2347
2347
  // downward cast reads more naturally than a shadow spread evenly around
2348
2348
  // the card.