mg-library 1.0.725 → 1.0.726

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 +1 -1
  2. package/package.json +1 -1
package/components.js CHANGED
@@ -195,7 +195,7 @@ export function MGPopover(props) {
195
195
  isOpen={open}
196
196
  onOpenChange={setOpen}
197
197
  trigger={(triggerProps) => (
198
- <Button {...triggerProps} action="primary" variant="solid" py="$4">
198
+ <Button {...triggerProps} action="primary" variant="solid">
199
199
  {props.icon ? (
200
200
  <Icon as={MaterialCommunityIcons} name={props.icon} mr="$2" color="$white" />
201
201
  ) : null}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.725",
3
+ "version": "1.0.726",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",