mg-library 1.0.748 → 1.0.749

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/blocks.js +2 -1
  2. package/package.json +1 -1
package/blocks.js CHANGED
@@ -250,7 +250,8 @@ export function MGLogin(props) {
250
250
  px="$3"
251
251
  rounded="$md"
252
252
  bg="$white"
253
- borderColor="$gray300">
253
+ borderColor="$gray300"
254
+ mb={10}>
254
255
  <InputField
255
256
  placeholder={mgFunctionsLib.i18nString('userName', props.language)}
256
257
  placeholderTextColor="$gray300"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.748",
3
+ "version": "1.0.749",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",