igloo-d2c-components 1.0.39 → 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
@@ -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
  }));