@dreamcommerce/aurora 3.0.0-129 → 3.0.0-130

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.
@@ -136,7 +136,7 @@ var Modal = function Modal(_ref) {
136
136
  onClose: handleCloseModal
137
137
  }), children && (/*#__PURE__*/React__default['default'].createElement("div", {
138
138
  ref: setContentRef,
139
- className: cn.cn("aurora-overflow-y-auto custom-scrollbar first:aurora-pt-6 last:aurora-pb-6 aurora-px-6", {
139
+ className: cn.cn("aurora-overflow-y-auto custom-scrollbar first:aurora-mt-6 last:aurora-mb-6 aurora-px-6", {
140
140
  'aurora-pb-6': footer && hasScroll
141
141
  })
142
142
  }, children)), footer && (/*#__PURE__*/React__default['default'].createElement(modal_footer.ModalFooter, {
@@ -128,7 +128,7 @@ var Modal = function Modal(_ref) {
128
128
  onClose: handleCloseModal
129
129
  }), children && (/*#__PURE__*/React.createElement("div", {
130
130
  ref: setContentRef,
131
- className: cn("aurora-overflow-y-auto custom-scrollbar first:aurora-pt-6 last:aurora-pb-6 aurora-px-6", {
131
+ className: cn("aurora-overflow-y-auto custom-scrollbar first:aurora-mt-6 last:aurora-mb-6 aurora-px-6", {
132
132
  'aurora-pb-6': footer && hasScroll
133
133
  })
134
134
  }, children)), footer && (/*#__PURE__*/React.createElement(ModalFooter, {