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/esm/index.js CHANGED
@@ -947,7 +947,7 @@ const LogoContainer$2 = styled(Box)({
947
947
  */
948
948
  const LogoImage$1 = styled('img')({
949
949
  width: '126px',
950
- height: '16px',
950
+ height: 'auto',
951
951
  objectFit: 'contain',
952
952
  });
953
953
  /**
@@ -1793,7 +1793,7 @@ function Header$1({ logo, navigationLinks, languages, currentLocale, userToken,
1793
1793
  }
1794
1794
 
1795
1795
  const StyledAppBar = styled(AppBar$1)(({ theme }) => ({
1796
- backgroundColor: '#FFFFFF',
1796
+ backgroundColor: '#fff',
1797
1797
  boxShadow: '0px 2px 20px 4px rgba(0, 0, 0, 0.14)',
1798
1798
  zIndex: theme.zIndex.drawer + 1,
1799
1799
  }));
@@ -1812,12 +1812,12 @@ const LogoContainer$1 = styled('div')(() => ({
1812
1812
  display: 'flex',
1813
1813
  alignItems: 'center',
1814
1814
  cursor: 'pointer',
1815
- height: '16px',
1816
- width: '116px',
1815
+ height: 'auto',
1816
+ width: '126px',
1817
1817
  }));
1818
1818
  const LogoImage = styled('img')(() => ({
1819
- height: '16px',
1820
- width: '116px',
1819
+ height: 'auto',
1820
+ width: '126px',
1821
1821
  objectFit: 'contain',
1822
1822
  }));
1823
1823
  const MenuIconButton = styled(IconButton)(() => ({