@razorpay/blade 8.6.0 → 8.6.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.
@@ -3944,6 +3944,7 @@ var getBaseActionListStyles = function getBaseActionListStyles(props) {
3944
3944
  backgroundColor: backgroundColor,
3945
3945
  borderWidth: isInBottomSheet ? undefined : theme.border.width.thin,
3946
3946
  borderColor: theme.colors.surface.border.normal.lowContrast,
3947
+ borderStyle: isInBottomSheet ? undefined : 'solid',
3947
3948
  borderRadius: makeSize(theme.border.radius.medium),
3948
3949
  boxShadow: isInBottomSheet || isReactNative$4() ? undefined : castWebType(theme.elevation.midRaised)
3949
3950
  };