@razorpay/blade 10.16.0 → 10.17.0

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.
@@ -24789,7 +24789,7 @@ var StyledModalBackdrop = /*#__PURE__*/styled(FloatingOverlay).withConfig({
24789
24789
  transitionTimingFunction: isVisible ? castWebType(theme.motion.easing.entrance.revealing) : castWebType(theme.motion.easing.exit.revealing),
24790
24790
  transitionProperty: 'opacity',
24791
24791
  opacity: isVisible ? 1 : 0,
24792
- backgroundColor: theme.colors.overlay.background
24792
+ backgroundColor: theme.colors.surface.overlay.background[800]
24793
24793
  };
24794
24794
  });
24795
24795
  var ModalBackdrop = function ModalBackdrop() {
@@ -29533,7 +29533,7 @@ var BottomSheetBackdrop = function BottomSheetBackdrop(_ref2) {
29533
29533
  bottom: "spacing.0",
29534
29534
  right: "spacing.0",
29535
29535
  zIndex: zIndex,
29536
- backgroundColor: theme.colors.overlay.background
29536
+ backgroundColor: theme.colors.surface.overlay.background[800]
29537
29537
  }));
29538
29538
  };
29539
29539