mg-library 1.0.296 → 1.0.297

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.
Files changed (2) hide show
  1. package/functions.js +3 -3
  2. package/package.json +1 -1
package/functions.js CHANGED
@@ -105,8 +105,7 @@ export function getBasicStyleSheet() {
105
105
  paddingLeft: 10,
106
106
  minHeight: 50,
107
107
  paddingVertical: 5,
108
- marginLeft: 30,
109
- marginBottom: 5
108
+ marginLeft: 30
110
109
  },
111
110
  notPressableView: {
112
111
  flex: 1,
@@ -114,7 +113,8 @@ export function getBasicStyleSheet() {
114
113
  justifyContent: 'center',
115
114
  paddingLeft: 10,
116
115
  minHeight: 50,
117
- paddingVertical: 5
116
+ paddingVertical: 5,
117
+ marginBottom: 5
118
118
  }
119
119
  });
120
120
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.296",
3
+ "version": "1.0.297",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {