igloo-d2c-components 1.0.20 → 1.0.21

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
@@ -1660,7 +1660,7 @@ const DrawerHeader$1 = styles.styled(material.Box)(({ theme }) => ({
1660
1660
  const DrawerContent$1 = styles.styled(material.Box)(({ theme }) => ({
1661
1661
  flex: 1,
1662
1662
  overflowY: 'auto',
1663
- paddingBottom: theme.spacing(2),
1663
+ padding: '16px 0',
1664
1664
  }));
1665
1665
  const DrawerFooter = styles.styled(material.Box)(({ theme }) => ({
1666
1666
  padding: '16px',