@razorpay/blade 8.8.3 → 8.8.4

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.
@@ -21604,7 +21604,7 @@ var _DropdownOverlay = function _DropdownOverlay(_ref) {
21604
21604
  children: /*#__PURE__*/jsx(StyledDropdownOverlay, _objectSpread$E(_objectSpread$E({
21605
21605
  width: isMenu ? undefined : width // In SelectInput, Overlay should always take width of Input
21606
21606
  ,
21607
- minWidth: isMenu ? undefined : '240px' // in SelectInput, we don't want to set maxWidth because it takes width according to the trigger
21607
+ minWidth: isMenu ? '240px' : undefined // in SelectInput, we don't want to set maxWidth because it takes width according to the trigger
21608
21608
  ,
21609
21609
  maxWidth: isMenu ? '400px' : undefined,
21610
21610
  left: isMenu ? 'spacing.0' : undefined,