react-crud-mobile 1.0.768 → 1.0.770

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,5 +1,5 @@
1
1
  {
2
- "version": "1.0.768",
2
+ "version": "1.0.770",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -575,7 +575,7 @@ elementStyle.input = StyleSheet.create({
575
575
  alignItems: 'center',
576
576
  borderWidth: 1,
577
577
  borderColor: 'borderColor',
578
- borderRadius: 20,
578
+ borderRadius: 5,
579
579
  paddingHorizontal: 15,
580
580
  alignSelf: 'flex-start',
581
581
  flexDirection: 'row',
@@ -50,7 +50,7 @@ const styles = StyleSheet.create({
50
50
  alignItems: 'center',
51
51
  borderWidth: 1,
52
52
  borderColor: 'borderColor',
53
- borderRadius: 20,
53
+ borderRadius: 5,
54
54
  paddingHorizontal: 10,
55
55
  paddingVertical: 5,
56
56
  padding: 10,