igloo-d2c-components 1.0.38 → 1.0.39
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 +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
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: '
|
|
950
|
+
height: 'auto',
|
|
951
951
|
objectFit: 'contain',
|
|
952
952
|
});
|
|
953
953
|
/**
|
|
@@ -1812,12 +1812,12 @@ const LogoContainer$1 = styled('div')(() => ({
|
|
|
1812
1812
|
display: 'flex',
|
|
1813
1813
|
alignItems: 'center',
|
|
1814
1814
|
cursor: 'pointer',
|
|
1815
|
-
height: '
|
|
1816
|
-
width: '
|
|
1815
|
+
height: 'auto',
|
|
1816
|
+
width: '126px',
|
|
1817
1817
|
}));
|
|
1818
1818
|
const LogoImage = styled('img')(() => ({
|
|
1819
|
-
height: '
|
|
1820
|
-
width: '
|
|
1819
|
+
height: 'auto',
|
|
1820
|
+
width: '126px',
|
|
1821
1821
|
objectFit: 'contain',
|
|
1822
1822
|
}));
|
|
1823
1823
|
const MenuIconButton = styled(IconButton)(() => ({
|