igloo-d2c-components 1.0.22 → 1.0.23

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
@@ -3175,7 +3175,7 @@ const ButtonContainer = styled(Box)(({ isFixed, desktopRightAligned }) => ({
3175
3175
  justifyContent: 'flex-end',
3176
3176
  maxWidth: '938px',
3177
3177
  margin: '0 auto',
3178
- padding: '24px 24px',
3178
+ padding: '24px 0',
3179
3179
  backgroundColor: 'transparent',
3180
3180
  boxShadow: 'none',
3181
3181
  position: 'relative',