igloo-d2c-components 1.0.38 → 1.0.39

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
@@ -967,7 +967,7 @@ const LogoContainer$2 = styles.styled(material.Box)({
967
967
  */
968
968
  const LogoImage$1 = styles.styled('img')({
969
969
  width: '126px',
970
- height: '16px',
970
+ height: 'auto',
971
971
  objectFit: 'contain',
972
972
  });
973
973
  /**
@@ -1832,12 +1832,12 @@ const LogoContainer$1 = styles.styled('div')(() => ({
1832
1832
  display: 'flex',
1833
1833
  alignItems: 'center',
1834
1834
  cursor: 'pointer',
1835
- height: '16px',
1836
- width: '116px',
1835
+ height: 'auto',
1836
+ width: '126px',
1837
1837
  }));
1838
1838
  const LogoImage = styles.styled('img')(() => ({
1839
- height: '16px',
1840
- width: '116px',
1839
+ height: 'auto',
1840
+ width: '126px',
1841
1841
  objectFit: 'contain',
1842
1842
  }));
1843
1843
  const MenuIconButton = styles.styled(material.IconButton)(() => ({