mg-library 1.0.739 → 1.0.740

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
@@ -242,8 +242,8 @@ export function MGPopover(props) {
242
242
  <PopoverContent w={300} bg="$white" zIndex={9999} elevation={24}>
243
243
  <PopoverArrow />
244
244
  <PopoverBody>
245
- <Box style={{flex: 1}} alignItems="center" justifyContent="center">
246
- <Icon as={MaterialCommunityIcons} name="alert-outline" size="lg" color="$primary500" mb="$3" />
245
+ <Box alignItems="center" justifyContent="center">
246
+ <Icon as={MaterialCommunityIcons} name="alert-outline" size={32} color="$primary500" mb="$3" />
247
247
  <MGText textAlign="center">
248
248
  {mgFunctionsLib.i18nString('confirm', language)}?
249
249
  </MGText>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mg-library",
3
- "version": "1.0.739",
3
+ "version": "1.0.740",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "react-native": "index.js",