mg-library 1.0.741 → 1.0.743

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/components.js +2 -2
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -270,9 +270,9 @@ export function MGDivider({ style, ...props }) {
270
270
  h="$0.55"
271
271
  flexGrow={1}
272
272
  alignSelf="stretch"
273
- bg="$gray400"
274
- style={style}
273
+ style={style}
275
274
  {...props}
275
+ bg="$gray400"
276
276
  />
277
277
  );
278
278
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.741",
3
+ "version": "1.0.743",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",