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/esm/index.js CHANGED
@@ -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
  }));