igloo-d2c-components 1.0.38 → 1.0.40

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
  /**
@@ -1813,7 +1813,7 @@ function Header$1({ logo, navigationLinks, languages, currentLocale, userToken,
1813
1813
  }
1814
1814
 
1815
1815
  const StyledAppBar = styles.styled(material.AppBar)(({ theme }) => ({
1816
- backgroundColor: '#FFFFFF',
1816
+ backgroundColor: '#fff',
1817
1817
  boxShadow: '0px 2px 20px 4px rgba(0, 0, 0, 0.14)',
1818
1818
  zIndex: theme.zIndex.drawer + 1,
1819
1819
  }));
@@ -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)(() => ({