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 +2 -2
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -909,8 +909,8 @@ const LogoContainer$2 = styled(Box)({
|
|
|
909
909
|
* Width: 126px, height: 16px (per Figma)
|
|
910
910
|
*/
|
|
911
911
|
const LogoImage$1 = styled('img')({
|
|
912
|
-
width: '
|
|
913
|
-
height: '
|
|
912
|
+
width: '94px',
|
|
913
|
+
height: '32px',
|
|
914
914
|
objectFit: 'contain',
|
|
915
915
|
});
|
|
916
916
|
/**
|