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