mg-library 1.0.294 → 1.0.296

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