@thecb/components 10.5.0-beta.3 → 10.5.0-beta.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.
package/dist/index.cjs.js CHANGED
@@ -46667,8 +46667,9 @@ var Modal$2 = function Modal(_ref) {
46667
46667
  },
46668
46668
  dialogStyle: {
46669
46669
  borderRadius: CORNER_STANDARD,
46670
- width: isMobile ? "" : customWidth || "615px",
46671
- overflow: "auto"
46670
+ margin: SPACING_XS,
46671
+ overflow: "auto",
46672
+ width: isMobile ? "" : customWidth || "615px"
46672
46673
  },
46673
46674
  underlayClickExits: underlayClickExits,
46674
46675
  "aria-modal": true,