igloo-d2c-components 1.0.19 → 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/esm/index.js CHANGED
@@ -1640,7 +1640,7 @@ const DrawerHeader$1 = styled(Box)(({ theme }) => ({
1640
1640
  const DrawerContent$1 = styled(Box)(({ theme }) => ({
1641
1641
  flex: 1,
1642
1642
  overflowY: 'auto',
1643
- paddingBottom: theme.spacing(2),
1643
+ padding: '16px 0',
1644
1644
  }));
1645
1645
  const DrawerFooter = styled(Box)(({ theme }) => ({
1646
1646
  padding: '16px',