@ornikar/kitt-universal 23.0.1 → 23.0.2

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.es.js CHANGED
@@ -3306,8 +3306,10 @@ function CardModalBody(_ref) {
3306
3306
  props = _objectWithoutProperties(_ref, _excluded$E);
3307
3307
  return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
3308
3308
  showsVerticalScrollIndicator: false,
3309
- paddingX: paddingX,
3310
- paddingY: paddingY
3309
+ _contentContainerStyle: {
3310
+ paddingX: paddingX,
3311
+ paddingY: paddingY
3312
+ }
3311
3313
  }, props), {}, {
3312
3314
  children: children
3313
3315
  }));