igloo-d2c-components 1.0.26 → 1.0.27

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
@@ -929,8 +929,8 @@ const LogoContainer$2 = styles.styled(material.Box)({
929
929
  * Width: 126px, height: 16px (per Figma)
930
930
  */
931
931
  const LogoImage$1 = styles.styled('img')({
932
- width: '126px',
933
- height: '16px',
932
+ width: '94px',
933
+ height: '32px',
934
934
  objectFit: 'contain',
935
935
  });
936
936
  /**