react-crud-mobile 1.0.770 → 1.0.772

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.770",
2
+ "version": "1.0.772",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -565,7 +565,7 @@ elementStyle.card = StyleSheet.create({
565
565
 
566
566
  elementStyle.input = StyleSheet.create({
567
567
  label: {
568
- paddingLeft: 8,
568
+ paddingLeft: 0,
569
569
  },
570
570
  inner: {
571
571
  flex: 1,
@@ -95,7 +95,7 @@ const styles = StyleSheet.create({
95
95
  selectInput: {
96
96
  width: '100%',
97
97
  flexDirection: 'row',
98
- borderRadius: 20,
98
+ borderRadius: 5,
99
99
  paddingHorizontal: 15,
100
100
  paddingVertical: 10,
101
101
  },