mg-library 1.0.294 → 1.0.295

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,8 @@ 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
110
109
  },
111
110
  notPressableView: {
112
111
  flex: 1,
@@ -114,8 +113,7 @@ export function getBasicStyleSheet() {
114
113
  justifyContent: 'center',
115
114
  paddingLeft: 10,
116
115
  minHeight: 50,
117
- paddingTop: 5,
118
- paddingBottom: 5
116
+ paddingVertical: 5
119
117
  }
120
118
  });
121
119
  }
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.295",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {