igloo-d2c-components 1.0.47 → 1.0.48

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/dist/cjs/index.js CHANGED
@@ -1029,7 +1029,7 @@ const MenuItemTopIcon = styles.styled(material.Box)({
1029
1029
  });
1030
1030
  const MenuItemTooltip = styles.styled(material.Box)({
1031
1031
  position: 'absolute',
1032
- top: 'calc(100% + 4px)',
1032
+ top: 'calc(100% - 10px)',
1033
1033
  left: '50%',
1034
1034
  transform: 'translateX(-50%)',
1035
1035
  background: 'rgba(0, 144, 218, 0.8)',