mg-library 1.0.631 → 1.0.632
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/blocks.js +0 -3
- package/package.json +1 -1
package/blocks.js
CHANGED
|
@@ -252,7 +252,6 @@ export function MGLogin(props) {
|
|
|
252
252
|
placeholder={mgFunctionsLib.i18nString('userName', props.language)}
|
|
253
253
|
onChangeText={onChange}
|
|
254
254
|
value={value}
|
|
255
|
-
style={{ outlineWidth: 0 }}
|
|
256
255
|
/>
|
|
257
256
|
)}
|
|
258
257
|
name="userName" />
|
|
@@ -270,7 +269,6 @@ export function MGLogin(props) {
|
|
|
270
269
|
secureTextEntry
|
|
271
270
|
maxLength={12}
|
|
272
271
|
keyboardType='numeric'
|
|
273
|
-
style={{ outlineWidth: 0 }}
|
|
274
272
|
/>
|
|
275
273
|
)}
|
|
276
274
|
name='password' />
|
|
@@ -288,7 +286,6 @@ export function MGLogin(props) {
|
|
|
288
286
|
value={value}
|
|
289
287
|
secureTextEntry
|
|
290
288
|
maxLength={12}
|
|
291
|
-
style={{ outlineWidth: 0 }}
|
|
292
289
|
/>
|
|
293
290
|
)}
|
|
294
291
|
name="password" />
|