mg-library 1.0.292 → 1.0.294
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 +11 -1
- package/mg-library.rar +0 -0
- package/package.json +1 -1
package/functions.js
CHANGED
|
@@ -99,6 +99,16 @@ export function getBasicStyleSheet() {
|
|
|
99
99
|
marginRight: 5
|
|
100
100
|
},
|
|
101
101
|
pressableView: {
|
|
102
|
+
flex: 1,
|
|
103
|
+
backgroundColor: 'white',
|
|
104
|
+
justifyContent: 'center',
|
|
105
|
+
paddingLeft: 10,
|
|
106
|
+
minHeight: 50,
|
|
107
|
+
paddingTop: 5,
|
|
108
|
+
paddingBottom: 5,
|
|
109
|
+
marginLeft: 50
|
|
110
|
+
},
|
|
111
|
+
notPressableView: {
|
|
102
112
|
flex: 1,
|
|
103
113
|
backgroundColor: 'white',
|
|
104
114
|
justifyContent: 'center',
|
|
@@ -106,7 +116,7 @@ export function getBasicStyleSheet() {
|
|
|
106
116
|
minHeight: 50,
|
|
107
117
|
paddingTop: 5,
|
|
108
118
|
paddingBottom: 5
|
|
109
|
-
}
|
|
119
|
+
}
|
|
110
120
|
});
|
|
111
121
|
}
|
|
112
122
|
|
package/mg-library.rar
CHANGED
|
Binary file
|