@razorpay/blade 10.18.0 → 10.18.1

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.
@@ -19724,7 +19724,7 @@ var StyledCarouselItem = /*#__PURE__*/styled(BaseBox).withConfig({
19724
19724
  }, isResponsive && {
19725
19725
  width: '100%',
19726
19726
  scrollSnapAlign: isMobile || !shouldAddStartEndSpacing ? 'start' : 'center',
19727
- marginLeft: shouldHaveStartSpacing ? '100%' : 0
19727
+ marginLeft: shouldHaveStartSpacing ? '40%' : 0
19728
19728
  });
19729
19729
  });
19730
19730
  var _CarouselItem = function _CarouselItem(_ref2) {