react-crud-mobile 1.3.564 → 1.3.565

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-crud-mobile",
3
- "version": "1.3.564",
3
+ "version": "1.3.565",
4
4
  "license": "MIT",
5
5
  "description": "Uma biblioteca de componentes para React Native v1",
6
6
  "author": "juarez",
@@ -680,12 +680,12 @@ let boxStyle = StyleSheet.create({
680
680
  width: '100%',
681
681
  },
682
682
  box: {
683
- borderWidth: 1,
684
683
  borderColor: '#dedede',
685
684
  borderStyle: 'solid',
686
685
  backgroundColor: 'white',
687
686
  borderRadius: 10,
688
687
  width: '100%',
688
+ borderWidth: 0,
689
689
  // Keep the iOS shadow aligned with Android's elevation: a subtle
690
690
  // downward cast reads more naturally than a shadow spread evenly around
691
691
  // the card.
@@ -231,11 +231,11 @@ const styles = StyleSheet.create({
231
231
  paddingHorizontal: 12,
232
232
  alignItems: 'center',
233
233
  flexDirection: 'row',
234
- elevation: 2,
235
- shadowColor: '#0f172a',
236
- shadowOffset: { width: 0, height: 2 },
237
- shadowOpacity: 0.08,
238
- shadowRadius: 4,
234
+ elevation: 1,
235
+ shadowColor: '#000',
236
+ shadowOffset: { width: 0, height: 1 },
237
+ shadowOpacity: 0.04,
238
+ shadowRadius: 3,
239
239
  },
240
240
  handle: { width: 40, alignItems: 'center', justifyContent: 'center' },
241
241
  handleText: { fontSize: 22, color: '#666' },