@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.
@@ -3254,8 +3254,10 @@ function CardModalBody(_ref) {
3254
3254
  props = _objectWithoutProperties(_ref, _excluded$E);
3255
3255
  return /*#__PURE__*/jsx(ScrollView, _objectSpread(_objectSpread({
3256
3256
  showsVerticalScrollIndicator: false,
3257
- paddingX: paddingX,
3258
- paddingY: paddingY
3257
+ _contentContainerStyle: {
3258
+ paddingX,
3259
+ paddingY
3260
+ }
3259
3261
  }, props), {}, {
3260
3262
  children: children
3261
3263
  }));