react-crud-mobile 1.0.786 → 1.0.787

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.786",
2
+ "version": "1.0.787",
3
3
  "license": "MIT",
4
4
  "description": "Uma biblioteca de componentes para React Native",
5
5
  "main": "dist/index.js",
@@ -185,6 +185,7 @@ const styles = StyleSheet.create({
185
185
  modalContent: {
186
186
  flex: 1,
187
187
  backgroundColor: '#f5f5f5',
188
- padding: 16,
188
+ paddingHorizontal: 16,
189
+ paddingVertical: 20,
189
190
  },
190
191
  });